Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPiche committed Jan 9, 2025
1 parent 49b055e commit d049141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rl_gsm8k/deepseek_math_eval/process_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def process_math_test(item):
return
sample = {
"dataset": "math-cot",
#"level": item["level"],
#"type": item["type"],
"level": item["level"],
"type": item["type"],
"task": question,
"answer": answer
}
Expand Down

0 comments on commit d049141

Please sign in to comment.