Commit 路
945a125
1
Parent(s): 0b2f33e
Update README.md (#2)
Browse files- Update README.md (8619b28dd30ad613e05e0f9bebb0e1c8d78df3fe)
Co-authored-by: LaneFiedler <CompactAI@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -22,6 +22,8 @@ It is based on a BERT architecture, but trained from scratch on the SQuAD datase
|
|
| 22 |
## Score
|
| 23 |
The score is **~20%**. (`{'exact_match': 10.387890255439924, 'f1': 19.81830726643602}`)
|
| 24 |
|
|
|
|
|
|
|
| 25 |
## Training code
|
| 26 |
You can find the full training code as `train.py` in this repo :-)
|
| 27 |
|
|
|
|
| 22 |
## Score
|
| 23 |
The score is **~20%**. (`{'exact_match': 10.387890255439924, 'f1': 19.81830726643602}`)
|
| 24 |
|
| 25 |
+
## Benchmark
|
| 26 |
+
The score is **~20%**, compared to the astounding 87% on BERT SQuAD
|
| 27 |
## Training code
|
| 28 |
You can find the full training code as `train.py` in this repo :-)
|
| 29 |
|