Skip to content

Commit c47a47e

Browse files
committed
Update system prompt to instruct model to think in Japanese
1 parent 869b77f commit c47a47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/grpo_language/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def setup(self):
215215

216216
def gsm8k_transform(sample):
217217
system_prompt = """
218-
Put all your scratchpad work between <think> and </think> tags.
218+
Put all your scratchpad work between <think> and </think> tags. You must think in Japanese inside the <think> tags.
219219
Your final answer should be between <answer> and </answer> tags otherwise it will not be scored.
220220
"""
221221
request: str = sample["question"]

0 commit comments

Comments
 (0)