File size: 498 Bytes
7671e71 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
{
"tokenizer_class": "PreTrainedTokenizerFast",
"auto_map": {
"AutoTokenizer": [
"tokenizers.Tokenizer",
null
]
},
"model_type": "bpe",
"vocab_size": 32000,
"unk_token": "[UNK]",
"special_tokens": {
"unk_token": "[UNK]",
"additional_special_tokens": [
"<NUM>",
"<URL>",
"<EMAIL>"
]
},
"model_max_length": 512,
"padding_side": "right",
"truncation_side": "right",
"clean_up_tokenization_spaces": true
} |