Upload chat_template.jinja with huggingface_hub
Browse files- chat_template.jinja +2 -1
chat_template.jinja
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{{- bos_token }}
|
|
|
|
| 2 |
{%- if custom_tools is defined %}
|
| 3 |
{%- set tools = custom_tools %}
|
| 4 |
{%- endif %}
|
|
@@ -125,4 +126,4 @@
|
|
| 125 |
{%- endfor %}
|
| 126 |
{%- if add_generation_prompt %}
|
| 127 |
{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
|
| 128 |
-
{%- endif %}
|
|
|
|
| 1 |
{{- bos_token }}
|
| 2 |
+
{{- "<|reserved_special_token_70|><|reserved_special_token_65|><|reserved_special_token_82|>" }}
|
| 3 |
{%- if custom_tools is defined %}
|
| 4 |
{%- set tools = custom_tools %}
|
| 5 |
{%- endif %}
|
|
|
|
| 126 |
{%- endfor %}
|
| 127 |
{%- if add_generation_prompt %}
|
| 128 |
{{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }}
|
| 129 |
+
{%- endif %}
|