Files
one-way-polyglot-22m-untied/tokenizer_config.json

10 lines
212 B
JSON
Raw Normal View History

{
"tokenizer_class": "PreTrainedTokenizerFast",
"model_max_length": 512,
"clean_up_tokenization_spaces": false,
"bos_token": "<s>",
"eos_token": "</s>",
"unk_token": "<unk>",
"pad_token": "<pad>"
}