Commit
•
9932282
1
Parent(s):
ab869c3
Add evaluation results on the squad_v2 config and validation split of squad_v2
Browse filesBeep 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
@anchal
, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad_v2-squad_v2-5d46e4-1992966292).\
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).
README.md
CHANGED
@@ -25,6 +25,23 @@ model-index:
|
|
25 |
type: f1
|
26 |
value: 86.9965
|
27 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
# DistilBERT base cased distilled SQuAD
|
|
|
25 |
type: f1
|
26 |
value: 86.9965
|
27 |
verified: true
|
28 |
+
- task:
|
29 |
+
type: question-answering
|
30 |
+
name: Question Answering
|
31 |
+
dataset:
|
32 |
+
name: squad_v2
|
33 |
+
type: squad_v2
|
34 |
+
config: squad_v2
|
35 |
+
split: validation
|
36 |
+
metrics:
|
37 |
+
- name: Exact Match
|
38 |
+
type: exact_match
|
39 |
+
value: 39.781
|
40 |
+
verified: true
|
41 |
+
- name: F1
|
42 |
+
type: f1
|
43 |
+
value: 43.6086
|
44 |
+
verified: true
|
45 |
---
|
46 |
|
47 |
# DistilBERT base cased distilled SQuAD
|