"vscode:/vscode.git/clone" did not exist on "b2cfc7a04cf7edc6ea77f47a3c0e777081b4f7d3"
Commit bf3dc778 authored by LysandreJik's avatar LysandreJik
Browse files

Changed learning rate for run_squad test

parent 0a74c88a
...@@ -81,7 +81,7 @@ class ExamplesTests(unittest.TestCase): ...@@ -81,7 +81,7 @@ class ExamplesTests(unittest.TestCase):
"--do_train", "--do_train",
"--do_eval", "--do_eval",
"--version_2_with_negative", "--version_2_with_negative",
"--learning_rate=1e-4", "--learning_rate=2e-4",
"--per_gpu_train_batch_size=2", "--per_gpu_train_batch_size=2",
"--per_gpu_eval_batch_size=1", "--per_gpu_eval_batch_size=1",
"--overwrite_output_dir", "--overwrite_output_dir",
......
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