From 6d5049a24d5906ece3fd9b68fb3abe1a0b6bb049 Mon Sep 17 00:00:00 2001 From: jiyeon_baek <38174055+whitedelay@users.noreply.github.com> Date: Fri, 17 Jan 2020 20:43:32 +0900 Subject: [PATCH] Fix typo in examples/run_squad.py Rul -> Run --- 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 b713219d20..12bf266689 100644 --- a/examples/run_squad.py +++ b/examples/run_squad.py @@ -586,7 +586,7 @@ def main(): parser.add_argument("--do_train", action="store_true", help="Whether to run training.") parser.add_argument("--do_eval", action="store_true", help="Whether to run eval on the dev set.") parser.add_argument( - "--evaluate_during_training", action="store_true", help="Rul evaluation during training at each logging step." + "--evaluate_during_training", action="store_true", help="Run evaluation during training at each logging step." ) parser.add_argument( "--do_lower_case", action="store_true", help="Set this flag if you are using an uncased model."