This commit is contained in:
thomwolf
2019-08-23 22:08:10 +02:00
parent 3bcbebd440
commit 06510ccb53

View File

@@ -324,7 +324,7 @@ def main():
parser.add_argument("--block_size", default=-1, type=int,
help="Optional input sequence length after tokenization."
"The training dataset will be truncated in block of this size for training."
"Default to the model max input length fo single sentences inputs (take into account special tokens).")
"Default to the model max input length for single sentence inputs (take into account special tokens).")
parser.add_argument("--do_train", action='store_true',
help="Whether to run training.")
parser.add_argument("--do_eval", action='store_true',