ahotrod commited on
Commit
233c4a9
1 Parent(s): de8c8a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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 from this fine-tuning:
 
 
 
 
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,