Spaces:
Runtime error
Runtime error
Update cli.py
Browse files- t5s/cli.py +1 -0
t5s/cli.py
CHANGED
@@ -26,6 +26,7 @@ parser_start.add_argument(
|
|
26 |
)
|
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"
|
|
|
26 |
)
|
27 |
|
28 |
parser_start.add_argument("--split", default=0.001, help="Enter the split required")
|
29 |
+
parser_start.add_argument("-s", "--split", default=0.001, help="Enter the split required")
|
30 |
|
31 |
parser_start.add_argument(
|
32 |
"-n", "--name", default="summarsiation", help="Enter the name of the model"
|