Add evaluation results on the squad_v2 config of squad_v2
#3
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -1,10 +1,34 @@
|
|
1 |
---
|
2 |
-
language:
|
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_v2
|
16 |
+
type: squad_v2
|
17 |
+
config: squad_v2
|
18 |
+
split: validation
|
19 |
+
metrics:
|
20 |
+
- name: Exact Match
|
21 |
+
type: exact_match
|
22 |
+
value: 39.7675
|
23 |
+
verified: true
|
24 |
+
- name: F1
|
25 |
+
type: f1
|
26 |
+
value: 43.6039
|
27 |
+
verified: true
|
28 |
+
- name: total
|
29 |
+
type: total
|
30 |
+
value: 11869
|
31 |
+
verified: true
|
32 |
---
|
33 |
|
34 |
# DistilBERT base cased distilled SQuAD
|