You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/data_preprocess/countdown.py
+1
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ def gen_dataset(
53
53
defmake_prefix(dp, template_type):
54
54
target=dp['target']
55
55
numbers=dp['nums']
56
+
# NOTE: also need to change reward_score/countdown.py
56
57
iftemplate_type=='base':
57
58
"""This works for any base model"""
58
59
prefix=f"""A conversation between User and Assistant. The user asks a question, and the Assistant solves it. The assistant first thinks about the reasoning process in the mind and then provides the user with the answer.
0 commit comments