From 005e89888c39e5370fba33c389bc1f8915f06bb7 Mon Sep 17 00:00:00 2001 From: Wenting Zhao Date: Fri, 20 Sep 2024 18:29:51 +0000 Subject: [PATCH] changed default dataset --- commit0/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commit0/cli.py b/commit0/cli.py index 7d0ade5..2386640 100644 --- a/commit0/cli.py +++ b/commit0/cli.py @@ -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"),