gagan3012 commited on
Commit
bd401d6
·
1 Parent(s): 65363f9

Update cli.py

Browse files
Files changed (1) hide show
  1. t5s/cli.py +3 -0
t5s/cli.py CHANGED
@@ -24,6 +24,9 @@ parser_start.add_argument(
24
  default="cnn_dailymail",
25
  help="Enter the name of the dataset to be used",
26
  )
 
 
 
27
  parser_dirs = command_subparser.add_parser(
28
  "dirs",
29
  help="Create directories that are ignored by git but required for " "the project",
 
24
  default="cnn_dailymail",
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
+
30
  parser_dirs = command_subparser.add_parser(
31
  "dirs",
32
  help="Create directories that are ignored by git but required for " "the project",