Add evaluation results on the plain_text config of squad
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -55,6 +55,23 @@ model-index:
|
|
55 |
type: f1
|
56 |
value: 79.3321
|
57 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
---
|
59 |
|
60 |
xtremedistil-l12-h384 trained on SQuAD 2.0
|
|
|
55 |
type: f1
|
56 |
value: 79.3321
|
57 |
verified: true
|
58 |
+
- task:
|
59 |
+
type: question-answering
|
60 |
+
name: Question Answering
|
61 |
+
dataset:
|
62 |
+
name: squad
|
63 |
+
type: squad
|
64 |
+
config: plain_text
|
65 |
+
split: validation
|
66 |
+
metrics:
|
67 |
+
- name: Exact Match
|
68 |
+
type: exact_match
|
69 |
+
value: 81.8604
|
70 |
+
verified: true
|
71 |
+
- name: F1
|
72 |
+
type: f1
|
73 |
+
value: 89.6654
|
74 |
+
verified: true
|
75 |
---
|
76 |
|
77 |
xtremedistil-l12-h384 trained on SQuAD 2.0
|