Skip to content

Commit

Permalink
changed default dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
wenting-zhao committed Sep 20, 2024
1 parent 5b58ff3 commit 005e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commit0/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def setup(
help=f"Split of repositories, one of: {', '.join([highlight(key, Colors.ORANGE) for key in SPLIT.keys()])}",
),
dataset_name: str = typer.Option(
"wentingzhao/commit0_docstring", help="Name of the Huggingface dataset"
"wentingzhao/commit0_combined", help="Name of the Huggingface dataset"
),
dataset_split: str = typer.Option("test", help="Split of the Huggingface dataset"),
base_dir: str = typer.Option("repos/", help="Base directory to clone repos to"),
Expand Down

0 comments on commit 005e898

Please sign in to comment.