Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
Used [run.sh](https://huggingface.co/madlag/bert-large-uncased-whole-word-masking-finetuned-squadv2/blob/main/run.sh) used to train using transformers/example/question_answering code.
|
2 |
|
3 |
-
Evaluation results : F1= 85.85 , a much better result than
|
4 |
```
|
5 |
{
|
6 |
"HasAns_exact": 80.58367071524967,
|
|
|
1 |
Used [run.sh](https://huggingface.co/madlag/bert-large-uncased-whole-word-masking-finetuned-squadv2/blob/main/run.sh) used to train using transformers/example/question_answering code.
|
2 |
|
3 |
+
Evaluation results : F1= 85.85 , a much better result than the original 81.9 from the BERT paper, due to the use of the "whole-word-masking" variation.
|
4 |
```
|
5 |
{
|
6 |
"HasAns_exact": 80.58367071524967,
|