| { | |
| "backend": "tokenizers", | |
| "bos_token": "<BOS>", | |
| "eos_token": "<EOS>", | |
| "extra_special_tokens": [ | |
| "<|system|>", | |
| "<|user|>", | |
| "<|assistant|>", | |
| "<|endofturn|>", | |
| "<|code|>", | |
| "<|endofcode|>", | |
| "<|tool|>", | |
| "<|endoftool|>", | |
| "<|reasoning|>", | |
| "<|endofreasoning|>", | |
| "<|context|>", | |
| "<|endofcontext|>" | |
| ], | |
| "is_local": true, | |
| "model_max_length": 1000000000000000019884624838656, | |
| "pad_token": "<PAD>", | |
| "tokenizer_class": "TokenizersBackend", | |
| "unk_token": "<UNK>" | |
| } | |