From 9bf528877ef8c87e48a0c16935588ab748b7d18b Mon Sep 17 00:00:00 2001 From: Surya Kasturi Date: Wed, 30 Jan 2019 15:09:31 -0500 Subject: [PATCH] Update run_squad.py --- examples/run_squad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run_squad.py b/examples/run_squad.py index 39e9c50199..e2a3f9c924 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -706,7 +706,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 "