CoolFace
Modelpublic

programmersilvanus/ner-quantization

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes4downloads
tokenizer_config.json62 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "<s>",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "<pad>",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "</s>",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "<unk>",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    },35    "250001": {36      "content": "<mask>",37      "lstrip": true,38      "normalized": false,39      "rstrip": false,40      "single_word": false,41      "special": true42    }43  },44  "bos_token": "<s>",45  "clean_up_tokenization_spaces": true,46  "cls_token": "<s>",47  "eos_token": "</s>",48  "mask_token": "<mask>",49  "max_length": 512,50  "model_max_length": 512,51  "pad_to_multiple_of": null,52  "pad_token": "<pad>",53  "pad_token_type_id": 0,54  "padding_side": "right",55  "sep_token": "</s>",56  "stride": 0,57  "tokenizer_class": "XLMRobertaTokenizer",58  "truncation_side": "right",59  "truncation_strategy": "longest_first",60  "unk_token": "<unk>"61}62