Kimi-Linear-48B-A3B-Instruct / tokenizer_config.json
ArthurZ's picture
ArthurZ HF Staff
Add converted tokenizer (no trust_remote_code needed)
a3bd413 verified
raw
history blame
391 Bytes
{
"auto_map": {
"AutoTokenizer": [
"tokenization_kimi.TikTokenTokenizer",
null
]
},
"backend": "tokenizers",
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": false,
"eos_token": "[EOS]",
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}