From 65df0d78ed3ce847fcec01d0a8a50592dd965142 Mon Sep 17 00:00:00 2001 From: Davide Fiocco Date: Wed, 13 Feb 2019 15:30:05 +0100 Subject: [PATCH] --do_lower_case is duplicated in parser args Deleting one repetition (please review!) --- examples/run_lm_finetuning.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/run_lm_finetuning.py b/examples/run_lm_finetuning.py index 97debd09a1..5d6958b5d1 100644 --- a/examples/run_lm_finetuning.py +++ b/examples/run_lm_finetuning.py @@ -419,7 +419,6 @@ def main(): help="The output directory where the model checkpoints will be written.") ## Other parameters - parser.add_argument("--do_lower_case", action='store_true', help="Set this flag if you are using an uncased model.") parser.add_argument("--max_seq_length", default=128, type=int,