Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
@@ -21,6 +21,9 @@ parser_start = command_subparser.add_parser("start", help="Define parameters")
|
|
21 |
parser_start.add_argument(
|
22 |
"-d",
|
23 |
"--dataset",
|
|
|
|
|
|
|
24 |
parser_dirs = command_subparser.add_parser(
|
25 |
"dirs",
|
26 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
21 |
parser_start.add_argument(
|
22 |
"-d",
|
23 |
"--dataset",
|
24 |
+
default="cnn_dailymail",
|
25 |
+
help="Enter the name of the dataset to be used",
|
26 |
+
)
|
27 |
parser_dirs = command_subparser.add_parser(
|
28 |
"dirs",
|
29 |
help="Create directories that are ignored by git but required for " "the project",
|