From 79e1b95e75043b334f1cb47c25684ff72c2158a9 Mon Sep 17 00:00:00 2001 From: Thomas Wolf Date: Tue, 6 Nov 2018 08:38:02 +0100 Subject: [PATCH] fix link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cec719cc15..0316696ec3 100644 --- a/README.md +++ b/README.md @@ -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.