"vscode:/vscode.git/clone" did not exist on "112cb3c962f9b20e6e265e87ed60051ad7e4ac20"
Unverified Commit 79e1b95e authored by Thomas Wolf's avatar Thomas Wolf Committed by GitHub
Browse files

fix link in readme

parent 886f595c
...@@ -166,7 +166,7 @@ python run_classifier.py \ ...@@ -166,7 +166,7 @@ python run_classifier.py \
--output_dir /tmp/mrpc_output/ --output_dir /tmp/mrpc_output/
``` ```
Our test ran on a few seeds with [the original implementation hyper-parameters](https://github.com/google-research/bert#squad) gave evaluation results between 82 and 87. Our test ran on a few seeds with [the original implementation hyper-parameters](https://github.com/google-research/bert#sentence-and-sentence-pair-classification-tasks) gave evaluation results between 82 and 87.
The second example fine-tunes `BERT-Base` on the SQuAD question answering task. The second example fine-tunes `BERT-Base` on the SQuAD question answering task.
......
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