anonymous-2321 commited on
Commit
179a83c
·
verified ·
1 Parent(s): f31305c

Update chat_template.jinja

Browse files

Add case where generation prompt is not specified.

Files changed (1) hide show
  1. chat_template.jinja +2 -0
chat_template.jinja CHANGED
@@ -83,4 +83,6 @@
83
  {%- endfor %}
84
  {%- if add_generation_prompt %}
85
  {{- '<|im_start|>assistant\n<think>\n\n</think>\n\n<reasoning>\n'}}
 
 
86
  {%- endif %}
 
83
  {%- endfor %}
84
  {%- if add_generation_prompt %}
85
  {{- '<|im_start|>assistant\n<think>\n\n</think>\n\n<reasoning>\n'}}
86
+ {%- else %}
87
+ {{- '<|im_start|>assistant\n<think>\n\n</think>\n\n'}}
88
  {%- endif %}