Files
nuevamol-80m-base/tokenizer_config.json

12 lines
257 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": false,
"eos_token": "[EOS]",
"is_local": false,
"model_max_length": 128,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}