t2-genius-en-zh / tokenizer_config.json
Aye10032's picture
Upload tokenizer
f9d5a1d verified
raw
history blame
1.36 kB
{
"added_tokens_decoder": {
"0": {
"content": "|<BOS>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "|<EOS>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "|<CLS>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "|<SEP>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"4": {
"content": "|<PAD>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"5": {
"content": "|<MASK>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"6": {
"content": "|<UNK>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"eos_token": "|<EOS>|",
"model_max_length": 8000,
"tokenizer_class": "PreTrainedTokenizerFast"
}