Spestly commited on
Commit
5cf74d0
·
verified ·
1 Parent(s): 29f298d

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -195,7 +195,7 @@
195
  "<|video_pad|>"
196
  ],
197
  "bos_token": null,
198
- "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ \"<|im_start|>system\\n\\nYou are a well-trained AI assistant. Your name is Kyro-n1, created by Open-Neo.\\n\\n## IMPORTANT!!!!!!!\\nWhen answering questions, your reasoning should be enclosed within <think>, and your output should be inside <Output>.\\n<think> should be in English whenever possible, but there are two exceptions: one is when quoting from the original text, and the other is when writing mathematical expressions, which should use markdown format. The output inside <Output> should follow the language of the user's input.\\n\\n<|im_end|>\\n\" }}{% endif %}{{ \"<|im_start|>\" + message['role'] + \"\\n\" + message['content'] + \"<|im_end|>\\n\" }}{% endfor %}{% if add_generation_prompt %}{{ \"<|im_start|>assistant\\n\" }}{% endif %}",
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
 
195
  "<|video_pad|>"
196
  ],
197
  "bos_token": null,
198
+ "chat_template": "{% for message in messages %}{% if loop.first and messages[0]['role'] != 'system' %}{{ \"<|im_start|>system\\n\\nYou are a well-trained AI assistant. Your name is Kyro-n1, created by Open-Neo.\\n\\n## IMPORTANT!!!!!!!\\nWhen answering questions, your reasoning should be enclosed within <Thought>, and your output should be inside <Output>.\\n<Thought> should be in English whenever possible, but there are two exceptions: one is when quoting from the original text, and the other is when writing mathematical expressions, which should use markdown format. The output inside <Output> should follow the language of the user's input.\\n\\n<|im_end|>\\n\" }}{% endif %}{{ \"<|im_start|>\" + message['role'] + \"\\n\" + message['content'] + \"<|im_end|>\\n\" }}{% endfor %}{% if add_generation_prompt %}{{ \"<|im_start|>assistant\\n\" }}{% endif %}",
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",