Commit 6d5049a2 authored by jiyeon_baek's avatar jiyeon_baek Committed by Lysandre Debut
Browse files

Fix typo in examples/run_squad.py

Rul -> Run
parent 23a2cea8
...@@ -586,7 +586,7 @@ def main(): ...@@ -586,7 +586,7 @@ def main():
parser.add_argument("--do_train", action="store_true", help="Whether to run training.") 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("--do_eval", action="store_true", help="Whether to run eval on the dev set.")
parser.add_argument( 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( parser.add_argument(
"--do_lower_case", action="store_true", help="Set this flag if you are using an uncased model." "--do_lower_case", action="store_true", help="Set this flag if you are using an uncased model."
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment