Arpit16112's picture
Fix tokenizer config for Hugging Face Space
27a7284
Raw
History Blame Contribute Delete
249 Bytes
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"eos_token": "</s>",
"extra_ids": 100,
"is_local": false,
"model_max_length": 512,
"pad_token": "<pad>",
"tokenizer_class": "T5TokenizerFast",
"unk_token": "<unk>"
}