From 06510ccb5314f629816888a5b6eed953b30d1046 Mon Sep 17 00:00:00 2001 From: thomwolf Date: Fri, 23 Aug 2019 22:08:10 +0200 Subject: [PATCH] typo --- examples/run_lm_finetuning.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_lm_finetuning.py b/examples/run_lm_finetuning.py index 015f742299..d37f7a443a 100644 --- a/examples/run_lm_finetuning.py +++ b/examples/run_lm_finetuning.py @@ -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',