ryan-u commited on
Commit
c9a4dd4
·
verified ·
1 Parent(s): a75e7ed

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. chat_template.jinja +0 -6
chat_template.jinja CHANGED
@@ -1,9 +1,6 @@
1
  {%- if not add_generation_prompt is defined %}
2
  {%- set add_generation_prompt = false %}
3
  {%- endif %}
4
- {%- if not thinking is defined %}
5
- {%- set thinking = false %}
6
- {%- endif %}
7
  {%- if tools %}
8
  {{- '<|im_start|>system\n' }}
9
  {%- if messages[0].role == 'system' %}
@@ -85,7 +82,4 @@
85
  {%- endfor %}
86
  {%- if add_generation_prompt %}
87
  {{- '<|im_start|>assistant\n' }}
88
- {%- if thinking is true %}
89
- {{- '<think>\n' }}
90
- {%- endif %}
91
  {%- endif %}
 
1
  {%- if not add_generation_prompt is defined %}
2
  {%- set add_generation_prompt = false %}
3
  {%- endif %}
 
 
 
4
  {%- if tools %}
5
  {{- '<|im_start|>system\n' }}
6
  {%- if messages[0].role == 'system' %}
 
82
  {%- endfor %}
83
  {%- if add_generation_prompt %}
84
  {{- '<|im_start|>assistant\n' }}
 
 
 
85
  {%- endif %}