osanseviero HF staff autoevaluator HF staff commited on
Commit
f9bc733
1 Parent(s): 4800fff

Add evaluation results on adversarial_qa dataset (#2)

Browse files

- Add evaluation results on adversarial_qa dataset (5ffb7e3f8cad98d5952c8889171e8c3dfaad0094)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +17 -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,22 @@ 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: osanseviero/distilbert-base-uncased-finetuned-squad-d5716d28
14
+ results:
15
+ - task:
16
+ type: question-answering
17
+ name: Question Answering
18
+ dataset:
19
+ name: adversarial_qa
20
+ type: adversarial_qa
21
+ config: adversarialQA
22
+ split: train
23
+ metrics:
24
+ - name: Loss
25
+ type: loss
26
+ value: 4.052208423614502
27
+ verified: true
28
  ---
29
 
30
  # DistilBERT with a second step of distillation