Skip to content

Commit

Permalink
update mmlu pro
Browse files Browse the repository at this point in the history
  • Loading branch information
heyjustinai committed Jan 29, 2025
1 parent e19b9e9 commit 21e04c2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,10 @@ def _task_doc_example(doc: TaskDoc) -> dspy.Example:
example = dspy.Example(
question=doc["input_question"],
options=doc["input_choice_list"],
reasoning="",
answer=doc["output_parsed_answer"],
)
example._input_keys = {"question", "options"}
example._output_keys = {"reasoning", "answer"}
example._output_keys = {"answer"}
return example


Expand Down

0 comments on commit 21e04c2

Please sign in to comment.