CoolFace
Modelpublic

FartLabs/FART_Augmented

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes914downloads
tokenizer_config.json76 linesDownload Raw Back to root
1{2  "add_prefix_space": false,3  "added_tokens_decoder": {4    "0": {5      "content": "[PAD]",6      "lstrip": false,7      "normalized": true,8      "rstrip": false,9      "single_word": false,10      "special": true11    },12    "11": {13      "content": "[UNK]",14      "lstrip": false,15      "normalized": true,16      "rstrip": false,17      "single_word": false,18      "special": true19    },20    "12": {21      "content": "[CLS]",22      "lstrip": false,23      "normalized": true,24      "rstrip": false,25      "single_word": false,26      "special": true27    },28    "13": {29      "content": "[SEP]",30      "lstrip": false,31      "normalized": true,32      "rstrip": false,33      "single_word": false,34      "special": true35    },36    "14": {37      "content": "[MASK]",38      "lstrip": true,39      "normalized": false,40      "rstrip": false,41      "single_word": false,42      "special": true43    },44    "591": {45      "content": "<s>",46      "lstrip": false,47      "normalized": true,48      "rstrip": false,49      "single_word": false,50      "special": true51    },52    "592": {53      "content": "</s>",54      "lstrip": false,55      "normalized": true,56      "rstrip": false,57      "single_word": false,58      "special": true59    }60  },61  "bos_token": "<s>",62  "clean_up_tokenization_spaces": false,63  "cls_token": "[CLS]",64  "eos_token": "</s>",65  "errors": "replace",66  "full_tokenizer_file": null,67  "mask_token": "[MASK]",68  "max_len": 514,69  "model_max_length": 514,70  "pad_token": "[PAD]",71  "sep_token": "[SEP]",72  "tokenizer_class": "RobertaTokenizer",73  "trim_offsets": true,74  "unk_token": "[UNK]"75}76