gagan3012 commited on
Commit
389d65c
·
1 Parent(s): 92639dd

Update cli.py

Browse files
Files changed (1) hide show
  1. 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(