ult5-pt-small / tokenizer_config.json
Thacio Garcia Scandaroli
Upload tokenizer
18ef259
{
"add_prefix_space": false,
"additional_special_tokens": [
"<|pad|>",
"<|endoftext|>"
],
"bos_token": "<|pad|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|pad|>",
"model_max_length": 1024,
"special_tokens_map_file": null,
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<|pad|>"
}