Upload tokenizer
Browse files- chat_template.jinja +1 -1
chat_template.jinja
CHANGED
@@ -37,8 +37,8 @@
|
|
37 |
{{- tool_call.arguments | tojson }}
|
38 |
{{- '}\n</tool_call>' }}
|
39 |
{%- endfor %}
|
40 |
-
{% endgeneration %}
|
41 |
{{- '<|im_end|>\n' }}
|
|
|
42 |
{%- elif message.role == "tool" %}
|
43 |
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
44 |
{{- '<|im_start|>user' }}
|
|
|
37 |
{{- tool_call.arguments | tojson }}
|
38 |
{{- '}\n</tool_call>' }}
|
39 |
{%- endfor %}
|
|
|
40 |
{{- '<|im_end|>\n' }}
|
41 |
+
{% endgeneration %}
|
42 |
{%- elif message.role == "tool" %}
|
43 |
{%- if (loop.index0 == 0) or (messages[loop.index0 - 1].role != "tool") %}
|
44 |
{{- '<|im_start|>user' }}
|