Skip to content

Commit

Permalink
Default path to the dataset updated
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunguha committed Jul 19, 2024
1 parent d465153 commit b6d1939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset_builder/dataset_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def main():
description="Summarize the delta between two revisions of MultiPL-E."
)
parser.add_argument(
"--path", type=str, default="nuprl-staging/MultiPL-E", help="Path to the dataset"
"--path", type=str, default="nuprl/MultiPL-E", help="Path to the dataset"
)
parser.add_argument(
"--old_revision",
Expand Down

0 comments on commit b6d1939

Please sign in to comment.