Update README.md
Browse files
README.md
CHANGED
@@ -36,6 +36,7 @@ Fine-tuning & detailed evaluation on a NVIDIA Titan RTX - 24GB GPU took 15 hours
|
|
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,
|
|
|
36 |
metrics = evaluate.load("squad_v2")
|
37 |
squad_v2_metrics = metrics.compute(predictions = formatted_predictions, references = references)
|
38 |
```
|
39 |
+
## for this fine-tuning:
|
40 |
- 'exact' : 88.70,
|
41 |
- 'f1' : 91.52,
|
42 |
- 'total' : 11873,
|