Upload chat_template.jinja with huggingface_hub
Browse files- chat_template.jinja +5 -1
chat_template.jinja
CHANGED
|
@@ -155,5 +155,9 @@
|
|
| 155 |
|
| 156 |
{#- Generation prompt -#}
|
| 157 |
{%- if add_generation_prompt -%}
|
| 158 |
-
{{- ']~b]ai' ~ '\n'
|
|
|
|
|
|
|
|
|
|
|
|
|
| 159 |
{%- endif -%}
|
|
|
|
| 155 |
|
| 156 |
{#- Generation prompt -#}
|
| 157 |
{%- if add_generation_prompt -%}
|
| 158 |
+
{{- ']~b]ai' ~ '\n' }}
|
| 159 |
+
{%- if enable_thinking is defined and enable_thinking is false -%}
|
| 160 |
+
{%- else -%}
|
| 161 |
+
{{- '<think>' ~ '\n' }}
|
| 162 |
+
{%- endif -%}
|
| 163 |
{%- endif -%}
|