Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
@@ -24,6 +24,9 @@ parser_start.add_argument(
|
|
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",
|
|
|
24 |
default="cnn_dailymail",
|
25 |
help="Enter the name of the dataset to be used",
|
26 |
)
|
27 |
+
|
28 |
+
parser_start.add_argument("--split", default=0.001, help="Enter the split required")
|
29 |
+
|
30 |
parser_dirs = command_subparser.add_parser(
|
31 |
"dirs",
|
32 |
help="Create directories that are ignored by git but required for " "the project",
|