Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +3 -0
t5s/cli.py
CHANGED
@@ -38,6 +38,9 @@ parser_start.add_argument(
|
|
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",
|
|
|
38 |
"--model_name",
|
39 |
default="t5-base",
|
40 |
help="Enter the model to be used eg t5-base",
|
41 |
+
)
|
42 |
+
parser_start.add_argument(
|
43 |
+
"-e", "--epochs", default=5, help="Enter the number of epochs"
|
44 |
parser_dirs = command_subparser.add_parser(
|
45 |
"dirs",
|
46 |
help="Create directories that are ignored by git but required for " "the project",
|