t2-genius-en-zh / tokenizer_config.json
Aye10032's picture
Upload tokenizer
936ef88 verified
raw
history blame
No virus
814 Bytes
{
"added_tokens_decoder": {
"0": {
"content": "|<EOS>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "|<UNK>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "|<PAD>|",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": true,
"eos_token": "|<EOS>|",
"max_length": null,
"model_max_length": 256,
"pad_to_multiple_of": null,
"pad_token": "|<PAD>|",
"pad_token_type_id": 0,
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast"
}