fix link in readme

This commit is contained in:
Thomas Wolf 2018-11-06 08:38:02 +01:00 committed by GitHub
parent 886f595c37
commit 79e1b95e75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ python run_classifier.py \
--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.