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 +21 -1
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language:
3
  - en
4
  thumbnail: https://github.com/karanchahal/distiller/blob/master/distiller.jpg
5
  tags:
@@ -9,6 +9,26 @@ datasets:
9
  - squad
10
  metrics:
11
  - squad
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ---
13
 
14
  # DistilBERT with a second step of distillation
 
1
  ---
2
+ language:
3
  - en
4
  thumbnail: https://github.com/karanchahal/distiller/blob/master/distiller.jpg
5
  tags:
 
9
  - squad
10
  metrics:
11
  - squad
12
+ model-index:
13
+ - name: SebastianS/distilbert-base-uncased-finetuned-squad-d5716d28
14
+ results:
15
+ - task:
16
+ type: question-answering
17
+ name: Question Answering
18
+ dataset:
19
+ name: squad_v2
20
+ type: squad_v2
21
+ config: squad_v2
22
+ split: validation
23
+ metrics:
24
+ - name: Exact Match
25
+ type: exact_match
26
+ value: 38.9146
27
+ verified: true
28
+ - name: F1
29
+ type: f1
30
+ value: 43.1397
31
+ verified: true
32
  ---
33
 
34
  # DistilBERT with a second step of distillation