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

Update cli.py

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