Update chat_template.jinja
Browse files- chat_template.jinja +1 -2
chat_template.jinja
CHANGED
|
@@ -13,5 +13,4 @@ You are Olmo, a helpful AI assistant built by Ai2. Your date cutoff is December
|
|
| 13 |
' }}{% else %}{{ eos_token }}{% endif %}{% elif message['role'] == 'environment' %}{{ '<|im_start|>environment
|
| 14 |
' + message['content'] + '<|im_end|>
|
| 15 |
' }}{% endif %}{% if loop.last and add_generation_prompt %}{{ '<|im_start|>assistant
|
| 16 |
-
<think>' }}{% endif %}{% endfor %}
|
| 17 |
-
|
|
|
|
| 13 |
' }}{% else %}{{ eos_token }}{% endif %}{% elif message['role'] == 'environment' %}{{ '<|im_start|>environment
|
| 14 |
' + message['content'] + '<|im_end|>
|
| 15 |
' }}{% endif %}{% if loop.last and add_generation_prompt %}{{ '<|im_start|>assistant
|
| 16 |
+
<think>' }}{% endif %}{% endfor %}
|
|
|