mt5-base-encoding-correction-10k / tokenizer_config.json
sumanthbhargava's picture
Upload tokenizer
3fb3610 verified
Raw
History Blame Contribute Delete
495 Bytes
{
"backend": "tokenizers",
"eos_token": "</s>",
"extra_ids": 0,
"extra_special_tokens": [],
"is_local": true,
"local_files_only": false,
"max_length": 128,
"model_max_length": 1000000000000000019884624838656,
"pad_to_multiple_of": null,
"pad_token": "<pad>",
"pad_token_type_id": 0,
"padding_side": "right",
"stride": 0,
"tokenizer_class": "T5Tokenizer",
"truncation_side": "right",
"truncation_strategy": "longest_first",
"unk_id": 2,
"unk_token": "<unk>"
}