llama-15m-cot-chat / tokenizer_config.json
satana123's picture
Upload tokenizer
1f2b1f9 verified
Raw
History Blame Contribute Delete
298 Bytes
{
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "<|im_end|>",
"extra_special_tokens": [
"<think>",
"</think>"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "TokenizersBackend",
"unk_token": "<unk>"
}