Files
Echoes-1-Instruct-PT-BR/tokenizer_config.json

13 lines
295 B
JSON
Raw Normal View History

{
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}