ViuTranslate / tokenizer_config.json
ViuAI's picture
Upload tokenizer_config.json with huggingface_hub
aa0e7ce verified
Raw
History Blame Contribute Delete
227 Bytes
{
"model_max_length": 2048,
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"clean_up_tokenization_spaces": false,
"eos_token": "<|endofturn|>",
"pad_token": "<pad>",
"unk_token": "<unk>"
}