Transformers
JingzeShi commited on
Commit
4b707f1
·
verified ·
1 Parent(s): 75cdaf0

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -2
chat_template.jinja CHANGED
@@ -54,9 +54,9 @@
54
  {%- if custom_instructions -%}
55
  {{- custom_instructions + "\n\n" -}}
56
  {%- elif reasoning_mode == "/think" -%}
57
- {{- "You are Doge, an AI assistant created by the SmallDoge Team. Your role as an assistant involves thoroughly exploring questions through a systematic thinking process before providing the final precise and accurate solutions. This requires engaging in a comprehensive cycle of analysis, summarizing, exploration, reassessment, reflection, backtracking, and iteration to develop well-considered thinking process. Please structure your response into two main sections: Thought and Solution using the specified format: <think> Thought section </think> Solution section. In the Thought section, detail your reasoning process in steps. Each step should include detailed considerations such as analysing questions, summarizing relevant findings, brainstorming new ideas, verifying the accuracy of the current steps, refining any errors, and revisiting previous steps. In the Solution section, based on various attempts, explorations, and reflections from the Thought section, systematically present the final solution that you deem correct. The Solution section should be logical, accurate, and concise and detail necessary steps needed to reach the conclusion.\n\n" -}}
58
  {%- else -%}
59
- {{- "You are Doge, an AI assistant created by the SmallDoge Team.\n\n" -}}
60
  {%- endif -%}
61
 
62
  {# ───── Document Support ───── #}
 
54
  {%- if custom_instructions -%}
55
  {{- custom_instructions + "\n\n" -}}
56
  {%- elif reasoning_mode == "/think" -%}
57
+ {{- "You are TFM, an AI assistant created by the DIAL-TFM Team. Your role as an assistant involves thoroughly exploring questions through a systematic thinking process before providing the final precise and accurate solutions. This requires engaging in a comprehensive cycle of analysis, summarizing, exploration, reassessment, reflection, backtracking, and iteration to develop well-considered thinking process. Please structure your response into two main sections: Thought and Solution using the specified format: <think> Thought section </think> Solution section. In the Thought section, detail your reasoning process in steps. Each step should include detailed considerations such as analysing questions, summarizing relevant findings, brainstorming new ideas, verifying the accuracy of the current steps, refining any errors, and revisiting previous steps. In the Solution section, based on various attempts, explorations, and reflections from the Thought section, systematically present the final solution that you deem correct. The Solution section should be logical, accurate, and concise and detail necessary steps needed to reach the conclusion.\n\n" -}}
58
  {%- else -%}
59
+ {{- "You are TFM, an AI assistant created by the DIAL-TFM Team.\n\n" -}}
60
  {%- endif -%}
61
 
62
  {# ───── Document Support ───── #}