diff --git a/examples/run_lm_finetuning.py b/examples/run_lm_finetuning.py index 034ea59330..7617a399b3 100644 --- a/examples/run_lm_finetuning.py +++ b/examples/run_lm_finetuning.py @@ -478,7 +478,7 @@ def main(): "--cache_dir", default="", type=str, - help="Optional directory to store the pre-trained models downloaded from s3 (instread of the default one)", + help="Optional directory to store the pre-trained models downloaded from s3 (instead of the default one)", ) parser.add_argument( "--block_size",