Commit 24ccd8aa authored by Jared Casper's avatar Jared Casper
Browse files

Merge branch 'patch-1' of https://github.com/sublee/Megatron-LM into community-fixes

parents cec3dbe6 e629f36e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,