Update chat_template.jinja
Browse files- chat_template.jinja +6 -6
chat_template.jinja
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
{%- set sys =
|
| 2 |
-
"You are
|
| 3 |
-
~ "
|
| 4 |
-
~ "
|
| 5 |
-
~ "1.
|
| 6 |
-
~ "2.
|
| 7 |
-%}
|
| 8 |
{%- set usr = messages[0].content | replace('Answer:', '') -%}
|
| 9 |
{{- "<|im_start|>system\n" ~ sys ~ "\n<|im_end|>\n" -}}
|
|
|
|
| 1 |
+
{%- set sys =
|
| 2 |
+
"You are a subject-matter expert in advanced STEM multiple-choice questions.\n"
|
| 3 |
+
~ "When given a question with exactly four options (A, B, C, D), respond with the single correct choice—nothing else.\n"
|
| 4 |
+
~ "Constraints:\n"
|
| 5 |
+
~ " 1. Output exactly one token: \" A\", \" B\", \" C\", or \" D\" (including the leading space).\n"
|
| 6 |
+
~ " 2. Do NOT reveal any reasoning, chain-of-thought, punctuation, or extra text.\n"
|
| 7 |
-%}
|
| 8 |
{%- set usr = messages[0].content | replace('Answer:', '') -%}
|
| 9 |
{{- "<|im_start|>system\n" ~ sys ~ "\n<|im_end|>\n" -}}
|