"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "75e1eed8d190afa5be30fba05cd872d79b492a24"
Commit 3914eed5 authored by thomwolf's avatar thomwolf
Browse files

update readme

parent bab5d130
...@@ -164,9 +164,9 @@ python run_classifier.py \ ...@@ -164,9 +164,9 @@ python run_classifier.py \
--output_dir /tmp/mrpc_output/ --output_dir /tmp/mrpc_output/
``` ```
Our test runs on three seeds gave results between 83.6 and 85.6. Our test runs on a few seeds with [the original implementation hyper-parameters](https://github.com/google-research/bert#squad) gave evaluation results between 82 and 87.
The second example fine-tunes `BERT-Base` on the SQuAD question answering task. This example runs in about 5 hours on a 4-GPU K-80. The second example fine-tunes `BERT-Base` on the SQuAD question answering task.
The data for SQuAD can be downloaded with the following links and should be saved in a `$SQUAD_DIR` directory. The data for SQuAD can be downloaded with the following links and should be saved in a `$SQUAD_DIR` directory.
......
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