Skip to content

Commit b6d1939

Browse files
committed
Default path to the dataset updated
1 parent d465153 commit b6d1939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataset_builder/dataset_diff.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def main():
102102
description="Summarize the delta between two revisions of MultiPL-E."
103103
)
104104
parser.add_argument(
105-
"--path", type=str, default="nuprl-staging/MultiPL-E", help="Path to the dataset"
105+
"--path", type=str, default="nuprl/MultiPL-E", help="Path to the dataset"
106106
)
107107
parser.add_argument(
108108
"--old_revision",

0 commit comments

Comments
 (0)