Update README.md
Browse files
README.md
CHANGED
@@ -31,7 +31,11 @@ Fine-tuning & detailed evaluation on a NVIDIA Titan RTX - 24GB GPU took 15 hours
|
|
31 |
- 'EM' : 89.0
|
32 |
- 'F1' : 91.5
|
33 |
|
34 |
-
## Results
|
|
|
|
|
|
|
|
|
35 |
- 'exact' : 88.70,
|
36 |
- 'f1' : 91.52,
|
37 |
- 'total' : 11873,
|
|
|
31 |
- 'EM' : 89.0
|
32 |
- 'F1' : 91.5
|
33 |
|
34 |
+
## Results calculated with:
|
35 |
+
```python
|
36 |
+
metrics = evaluate.load("squad_v2")
|
37 |
+
squad_v2_metrics = metrics.compute(predictions = formatted_predictions, references = references)
|
38 |
+
```
|
39 |
- 'exact' : 88.70,
|
40 |
- 'f1' : 91.52,
|
41 |
- 'total' : 11873,
|