From af2b78601b9bbc75835e0d45657b2253155e4abb Mon Sep 17 00:00:00 2001 From: Surya Kasturi Date: Wed, 30 Jan 2019 15:08:56 -0500 Subject: [PATCH] Update run_squad2.py --- examples/run_squad2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_squad2.py b/examples/run_squad2.py index 558b24764e..81ceb79b6a 100644 --- a/examples/run_squad2.py +++ b/examples/run_squad2.py @@ -794,7 +794,7 @@ def main(): parser.add_argument("--num_train_epochs", default=3.0, type=float, help="Total number of training epochs to perform.") parser.add_argument("--warmup_proportion", default=0.1, type=float, - help="Proportion of training to perform linear learning rate warmup for. E.g., 0.1 = 10% " + help="Proportion of training to perform linear learning rate warmup for. E.g., 0.1 = 10%% " "of training.") parser.add_argument("--n_best_size", default=20, type=int, help="The total number of n-best predictions to generate in the nbest_predictions.json "