{ "tokenizer_class": "PreTrainedTokenizerFast", "model_max_length": 2048, "padding_side": "right", "truncation_side": "right", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "<|endoftext|>", "additional_special_tokens": [ "<|im_start|>", "<|im_end|>", "<|code_start|>", "<|code_end|>", "<|math_start|>", "<|math_end|>", "<|solution|>", "<|doc_end|>", "<|domain_code|>", "<|domain_math|>", "<|domain_general|>", "<|domain_reasoning|>" ] }