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