File size: 458 Bytes
ba62d85
 
 
 
bd15e47
ba62d85
bd15e47
 
 
1
2
3
4
5
6
7
8
9
{%- set sys =
   "You are an expert in STEM multiple-choice questions.\n"
   ~ "Pick the correct option: A, B, C, D.\n"
   ~ "After \"Answer:\" reply directly with that single token.\n"
-%}
{%- set usr = messages[0].content | replace('Answer:', 'Pick the letter of the correct option (A, B, C, D)') -%}
{{- "<|im_start|>system\n" ~ sys ~ "\n<|im_end|>\n" -}}
{{- "<|im_start|>user\n"  ~ usr ~ "\n<|im_end|>\n" -}}
{{- "<|im_start|>assistant\n""\nAnswer:" -}}