File size: 458 Bytes
024eabf 183263a 03efdb0 c288ca2 50c938c f0c9180 50c938c | 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:" -}} |