CoolFace
Modelpublic

ruhook/test-ruhook

sourceHugging Facemitupdated 17d agoView on Hugging Face
1likes1.3kdownloads
tokenizer_config.json44 linesDownload Raw Back to root
1{2  "added_tokens_decoder": {3    "0": {4      "content": "[PAD]",5      "lstrip": false,6      "normalized": false,7      "rstrip": false,8      "single_word": false,9      "special": true10    },11    "1": {12      "content": "[UNK]",13      "lstrip": false,14      "normalized": false,15      "rstrip": false,16      "single_word": false,17      "special": true18    },19    "2": {20      "content": "[BOS]",21      "lstrip": false,22      "normalized": false,23      "rstrip": false,24      "single_word": false,25      "special": true26    },27    "3": {28      "content": "[EOS]",29      "lstrip": false,30      "normalized": false,31      "rstrip": false,32      "single_word": false,33      "special": true34    }35  },36  "bos_token": "[BOS]",37  "clean_up_tokenization_spaces": false,38  "eos_token": "[EOS]",39  "model_max_length": 64,40  "pad_token": "[PAD]",41  "tokenizer_class": "PreTrainedTokenizerFast",42  "unk_token": "[UNK]"43}44