Unverified Commit e629f36e authored by Heungsub Lee's avatar Heungsub Lee Committed by GitHub
Browse files

Escape % in --split help message

parent 19301985
...@@ -385,8 +385,8 @@ def _add_data_args(parser): ...@@ -385,8 +385,8 @@ def _add_data_args(parser):
group.add_argument('--split', type=str, default='969, 30, 1', group.add_argument('--split', type=str, default='969, 30, 1',
help='Comma-separated list of proportions for training,' help='Comma-separated list of proportions for training,'
' validation, and test split. For example the split ' ' validation, and test split. For example the split '
'`90,5,5` will use 90% of data for training, 5% for ' '`90,5,5` will use 90%% of data for training, 5%% for '
'validation and 5% for test.') 'validation and 5%% for test.')
group.add_argument('--vocab-file', type=str, default=None, group.add_argument('--vocab-file', type=str, default=None,
help='Path to the vocab file.') help='Path to the vocab file.')
group.add_argument('--merge-file', type=str, default=None, group.add_argument('--merge-file', type=str, default=None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment