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

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +2 -2
chat_template.jinja CHANGED
@@ -1,6 +1,6 @@
1
  {%- set sys =
2
- "You are an expert in STEM multiple-choice questions.\n"
3
- ~ "Pick the correct option: A, B, C, D.\n"
4
  ~ "After \"Answer:\" reply directly with that single token.\n"
5
  -%}
6
  {%- set usr = messages[0].content | replace('Answer:', 'Pick the letter of the correct option (A, B, C, D)') -%}
 
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
  -%}
6
  {%- set usr = messages[0].content | replace('Answer:', 'Pick the letter of the correct option (A, B, C, D)') -%}