Czech-GPT-2-XL-133k / tokenizer_config.json
mfajcik's picture
Upload configs
96282d5
{
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64000": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"64001": {
"content": "[EOS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": [],
"clean_up_tokenization_spaces": true,
"eos_token": "[EOS]",
"model_max_length": 1024,
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}