lewtun HF staff commited on
Commit
6a74000
1 Parent(s): b9792fe

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

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 馃憢!\
Your model has been evaluated on the squad_v2 config and validation split of the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset by

@ColdYoungGuy
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad_v2-squad_v2-e4ddf6-1520555010).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad_v2).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad_v2).

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