| { | |
| "add_prefix_space": false, | |
| "backend": "tokenizers", | |
| "bos_token": "<|endoftext|>", | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|endoftext|>", | |
| "extra_special_tokens": [ | |
| "<|tool_call|>", | |
| "<|/tool_call|>", | |
| "<|tool_result|>", | |
| "<|/tool_result|>", | |
| "<|python|>", | |
| "<|/python|>", | |
| "<|output|>", | |
| "<|/output|>", | |
| "<|think|>", | |
| "<|/think|>", | |
| "<|system|>", | |
| "<|user|>", | |
| "<|assistant|>", | |
| "<|reserved_0|>", | |
| "<|reserved_1|>", | |
| "<|reserved_2|>", | |
| "<|reserved_3|>" | |
| ], | |
| "is_local": false, | |
| "model_max_length": 131072, | |
| "pad_token": "<|pad|>", | |
| "tokenizer_class": "TokenizersBackend", | |
| "unk_token": null | |
| } | |