| { | |
| "auto_map": { | |
| "AutoTokenizer": ["tokenization_jeeves.JeevesTokenizer", null] | |
| }, | |
| "tokenizer_class": "JeevesTokenizer", | |
| "bos_token": "<s>", | |
| "eos_token": "</s>", | |
| "unk_token": "<unk>", | |
| "pad_token": "<pad>", | |
| "chat_template": "{% for message in messages %}<|im_start|>{{ message['role'] }}\n{{ message['content'] }}<|im_end|>\n{% endfor %}{% if add_generation_prompt %}<|im_start|>assistant\n{% endif %}", | |
| "add_bos_token": false, | |
| "add_eos_token": false, | |
| "clean_up_tokenization_spaces": false, | |
| "additional_special_tokens": [ | |
| "<|im_start|>", | |
| "<|im_end|>", | |
| "<|tool_call|>", | |
| "<|tool_result|>", | |
| "<|system|>", | |
| "<|user|>", | |
| "<|assistant|>" | |
| ] | |
| } |