Add evaluation results on the squad_v2 config and validation split of squad_v2

#5
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -25,6 +25,23 @@ model-index:
25
  type: f1
26
  value: 86.9965
27
  verified: true
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
 
30
  # DistilBERT base cased distilled SQuAD
 
25
  type: f1
26
  value: 86.9965
27
  verified: true
28
+ - task:
29
+ type: question-answering
30
+ name: Question Answering
31
+ dataset:
32
+ name: squad_v2
33
+ type: squad_v2
34
+ config: squad_v2
35
+ split: validation
36
+ metrics:
37
+ - name: Exact Match
38
+ type: exact_match
39
+ value: 39.781
40
+ verified: true
41
+ - name: F1
42
+ type: f1
43
+ value: 43.6086
44
+ verified: true
45
  ---
46
 
47
  # DistilBERT base cased distilled SQuAD