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