Transformers
Kimi-K3-tokenizer / tokenizer_config.json
Xenova's picture
Xenova HF Staff
Upload folder using huggingface_hub
3f11cbe verified
Raw
History Blame Contribute Delete
502 Bytes
{
"additional_special_tokens": [
"<|end_of_msg|>",
"[start_header_id]",
"[end_header_id]",
"[EOT]",
"<|media_begin|>",
"<|media_content|>",
"<|media_end|>",
"<|media_pad|>",
"<osagent_mode>"
],
"backend": "tokenizers",
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": false,
"eos_token": "[EOS]",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}