{ "backend": "tokenizers", "bos_token": "<|begin|>", "clean_up_tokenization_spaces": false, "eos_token": "<|end|>", "extra_special_tokens": [ "<|system|>", "<|user|>", "<|assistant|>", "<|end_of_turn|>", "<|tool_call_start|>", "<|tool_call_end|>", "<|tool_result_start|>", "<|tool_result_end|>", "<|plan_start|>", "<|plan_end|>", "<|memory_start|>", "<|memory_end|>", "<|think_start|>", "<|think_end|>", "<|final_start|>", "<|final_end|>" ], "model_max_length": 2048, "pad_token": "<|pad|>", "tokenizer_class": "TokenizersBackend", "unk_token": "<|unk|>" }