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

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +20 -1
README.md CHANGED
@@ -40,5 +40,24 @@ language:
40
  license: apache-2.0
41
  datasets:
42
  - squad_v2
43
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  ---
 
40
  license: apache-2.0
41
  datasets:
42
  - squad_v2
43
+ model-index:
44
+ - name: abhilash1910/albert-squad-v2
45
+ results:
46
+ - task:
47
+ type: question-answering
48
+ name: Question Answering
49
+ dataset:
50
+ name: squad_v2
51
+ type: squad_v2
52
+ config: squad_v2
53
+ split: validation
54
+ metrics:
55
+ - name: Exact Match
56
+ type: exact_match
57
+ value: 23.6563
58
+ verified: true
59
+ - name: F1
60
+ type: f1
61
+ value: 29.3808
62
+ verified: true
63
  ---