Files
Jumini-Ko-1.2B/tokenizer_config.json

13 lines
274 B
JSON
Raw Permalink Normal View History

{
"backend": "tokenizers",
"bos_token": "[BOS]",
"eos_token": "[EOS]",
"fix_mistral_regex": true,
"is_local": true,
"local_files_only": false,
"model_max_length": 4096,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}