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