pratchya-3k / tokenizer_config.json
Shinapri's picture
Upload tokenizer
aba7b07 verified
{
"add_prefix_space": true,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"extra_ids": 0,
"extra_special_tokens": [
"<s>",
"</s>",
"<pad>",
"<mask>",
"<cls>",
"<sep>",
"<eot>",
"<extra_id_0>",
"<extra_id_1>",
"<extra_id_2>"
],
"is_local": true,
"legacy": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"sp_model_kwargs": {},
"tokenizer_class": "T5Tokenizer",
"unk_id": 0,
"unk_token": "<unk>"
}