Skip to content

Commit 005e898

Browse files
committed
changed default dataset
1 parent 5b58ff3 commit 005e898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commit0/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def setup(
106106
help=f"Split of repositories, one of: {', '.join([highlight(key, Colors.ORANGE) for key in SPLIT.keys()])}",
107107
),
108108
dataset_name: str = typer.Option(
109-
"wentingzhao/commit0_docstring", help="Name of the Huggingface dataset"
109+
"wentingzhao/commit0_combined", help="Name of the Huggingface dataset"
110110
),
111111
dataset_split: str = typer.Option("test", help="Split of the Huggingface dataset"),
112112
base_dir: str = typer.Option("repos/", help="Base directory to clone repos to"),

0 commit comments

Comments
 (0)