matverest commited on
Commit
f0c9180
·
verified ·
1 Parent(s): 8e3442b

Update chat_template.jinja

Browse files
Files changed (1) hide show
  1. chat_template.jinja +1 -1
chat_template.jinja CHANGED
@@ -3,7 +3,7 @@
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') -%}
7
  {{- "<|im_start|>system\n" ~ sys ~ "\n<|im_end|>\n" -}}
8
  {{- "<|im_start|>user\n" ~ usr ~ "\n<|im_end|>\n" -}}
9
  {{- "<|im_start|>assistant\n""\nAnswer:" -}}
 
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)') -%}
7
  {{- "<|im_start|>system\n" ~ sys ~ "\n<|im_end|>\n" -}}
8
  {{- "<|im_start|>user\n" ~ usr ~ "\n<|im_end|>\n" -}}
9
  {{- "<|im_start|>assistant\n""\nAnswer:" -}}