CoolFace
Modelpublic

mohammadmostafameb/field_extraction_model-v1_e2

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes9downloads
tokenizer_config.json111 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "0": {5      "content": "<s>",6      "lstrip": false,7      "normalized": false,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "1": {13      "content": "<pad>",14      "lstrip": false,15      "normalized": false,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "2": {21      "content": "</s>",22      "lstrip": false,23      "normalized": false,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "3": {29      "content": "<unk>",30      "lstrip": false,31      "normalized": false,32      "rstrip": false,33      "single_word": false,34      "special": true35    },36    "4": {37      "content": "<mask>",38      "lstrip": false,39      "normalized": false,40      "rstrip": false,41      "single_word": false,42      "special": true43    },44    "5": {45      "content": "<|endoftext|>",46      "lstrip": false,47      "normalized": false,48      "rstrip": false,49      "single_word": false,50      "special": true51    },52    "6": {53      "content": "<|startoftext|>",54      "lstrip": false,55      "normalized": false,56      "rstrip": false,57      "single_word": false,58      "special": true59    },60    "7": {61      "content": "<nl>",62      "lstrip": false,63      "normalized": false,64      "rstrip": false,65      "single_word": false,66      "special": true67    },68    "8": {69      "content": "<hs>",70      "lstrip": false,71      "normalized": false,72      "rstrip": false,73      "single_word": false,74      "special": true75    },76    "9": {77      "content": "<sep>",78      "lstrip": false,79      "normalized": false,80      "rstrip": false,81      "single_word": false,82      "special": true83    },84    "10": {85      "content": "<cls>",86      "lstrip": false,87      "normalized": false,88      "rstrip": false,89      "single_word": false,90      "special": true91    },92    "42000": {93      "content": "[N]",94      "lstrip": false,95      "normalized": true,96      "rstrip": false,97      "single_word": false,98      "special": false99    }100  },101  "bos_token": "</s>",102  "clean_up_tokenization_spaces": false,103  "eos_token": "</s>",104  "errors": "replace",105  "extra_special_tokens": {},106  "model_max_length": 1024,107  "pad_token": "<pad>",108  "tokenizer_class": "GPT2Tokenizer",109  "unk_token": "<unk>"110}111