Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
@@ -35,6 +35,9 @@ parser_start.add_argument(
|
|
35 |
)
|
36 |
parser_start.add_argument(
|
37 |
"-m",
|
|
|
|
|
|
|
38 |
parser_dirs = command_subparser.add_parser(
|
39 |
"dirs",
|
40 |
help="Create directories that are ignored by git but required for " "the project",
|
|
|
35 |
)
|
36 |
parser_start.add_argument(
|
37 |
"-m",
|
38 |
+
"--model_name",
|
39 |
+
default="t5-base",
|
40 |
+
help="Enter the model to be used eg t5-base",
|
41 |
parser_dirs = command_subparser.add_parser(
|
42 |
"dirs",
|
43 |
help="Create directories that are ignored by git but required for " "the project",
|