matverest commited on
Commit
183263a
·
verified ·
1 Parent(s): aa41796

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -1,5 +1,5 @@
1
  {%- set sys =
2
- "You are an expert in STEM multiple-choice questions, given a question and it's choices you must:\n"
3
  ~ "Pick the letter of the correct option: A, B, C, D.\n"
4
  ~ "After \"Answer:\" reply directly with that single token.\n"
5
  -%}
 
1
  {%- set sys =
2
+ "You are an expert in STEM multiple-choice questions.\n"
3
  ~ "Pick the letter of the correct option: A, B, C, D.\n"
4
  ~ "After \"Answer:\" reply directly with that single token.\n"
5
  -%}