Skip to content

Commit

Permalink
Update datasets/aime-2024/prepare.py
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Gitman <[email protected]>
  • Loading branch information
wedu-nvidia and Kipok authored Jul 17, 2024
1 parent a77ee2f commit e6e4559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/aime-2024/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def find_exact_answer(solution):

if __name__ == "__main__":
data_folder = Path(__file__).absolute().parent
original_file = str(data_folder / f"original_test.json")
original_file = str(data_folder / "original_test.json")
data_folder.mkdir(exist_ok=True)
output_file = str(data_folder / f"test.jsonl")

Expand Down

0 comments on commit e6e4559

Please sign in to comment.