lewtun HF staff commited on
Commit
b6a87f0
1 Parent(s): d62c5ac

Add evaluation results on the plain_text config of squad

Browse files

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

@lewtun

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad-7ad816c0-11585540).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad).

Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -1,10 +1,30 @@
1
  ---
2
- language: "en"
3
  datasets:
4
  - squad
5
  metrics:
6
  - squad
7
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # DistilBERT base cased distilled SQuAD
 
1
  ---
2
+ language: en
3
  datasets:
4
  - squad
5
  metrics:
6
  - squad
7
  license: apache-2.0
8
+ model-index:
9
+ - name: autoevaluate/distilbert-base-cased-distilled-squad
10
+ results:
11
+ - task:
12
+ type: question-answering
13
+ name: Question Answering
14
+ dataset:
15
+ name: squad
16
+ type: squad
17
+ config: plain_text
18
+ split: validation
19
+ metrics:
20
+ - name: Exact Match
21
+ type: exact_match
22
+ value: 79.5942
23
+ verified: true
24
+ - name: F1
25
+ type: f1
26
+ value: 86.9944
27
+ verified: true
28
  ---
29
 
30
  # DistilBERT base cased distilled SQuAD