Add evaluation results on the plain_text config of squad
Browse filesBeep 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-056210f3-11655553).\
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).
README.md
CHANGED
@@ -5,6 +5,26 @@ datasets:
|
|
5 |
metrics:
|
6 |
- squad
|
7 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# DistilBERT base cased distilled SQuAD
|
|
|
5 |
metrics:
|
6 |
- squad
|
7 |
license: apache-2.0
|
8 |
+
model-index:
|
9 |
+
- name: 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.5998
|
23 |
+
verified: true
|
24 |
+
- name: F1
|
25 |
+
type: f1
|
26 |
+
value: 86.9965
|
27 |
+
verified: true
|
28 |
---
|
29 |
|
30 |
# DistilBERT base cased distilled SQuAD
|