Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions skythought/evals/tasks/minervamath/minervamath.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
handler: math
dataset_path: "svc-huggingface/minerva-math" # repo ID in huggingface
dataset_path: "math-ai/minervamath" # repo ID in huggingface
dataset_subset: null # which subset on huggingface
question_key: problem
answer_key: solution
question_key: question
answer_key: answer
dataset_split: test
templating_parameters:
template: "Return your final response within \\boxed{{}}. {problem}"
template: "Return your final response within \\boxed{{}}. {question}"
Loading