Loading megatron/arguments.py +2 −2 Original line number Diff line number Diff line Loading @@ -402,8 +402,8 @@ def _add_data_args(parser): group.add_argument('--split', type=str, default='969, 30, 1', help='Comma-separated list of proportions for training,' ' validation, and test split. For example the split ' '`90,5,5` will use 90% of data for training, 5% for ' 'validation and 5% for test.') '`90,5,5` will use 90%% of data for training, 5%% for ' 'validation and 5%% for test.') group.add_argument('--vocab-file', type=str, default=None, help='Path to the vocab file.') group.add_argument('--merge-file', type=str, default=None, Loading Loading
megatron/arguments.py +2 −2 Original line number Diff line number Diff line Loading @@ -402,8 +402,8 @@ def _add_data_args(parser): group.add_argument('--split', type=str, default='969, 30, 1', help='Comma-separated list of proportions for training,' ' validation, and test split. For example the split ' '`90,5,5` will use 90% of data for training, 5% for ' 'validation and 5% for test.') '`90,5,5` will use 90%% of data for training, 5%% for ' 'validation and 5%% for test.') group.add_argument('--vocab-file', type=str, default=None, help='Path to the vocab file.') group.add_argument('--merge-file', type=str, default=None, Loading