Update chat_template.jinja
Browse files- chat_template.jinja +0 -3
chat_template.jinja
CHANGED
|
@@ -1,6 +1,3 @@
|
|
| 1 |
-
{# This chat template is a fork of alignment2_template, but without reasoning #}
|
| 2 |
-
{# always force_thinking=False and enable_thinking=None, baked into the template. #}
|
| 3 |
-
{# bos_token is required for mammoth-trained models to run inference correctly. #}
|
| 4 |
{%- if bos_token is defined and bos_token is not none %}{{- bos_token -}}{%- endif %}
|
| 5 |
{%- if tools %}
|
| 6 |
{{- '<|im_start|>system\n' }}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{%- if bos_token is defined and bos_token is not none %}{{- bos_token -}}{%- endif %}
|
| 2 |
{%- if tools %}
|
| 3 |
{{- '<|im_start|>system\n' }}
|