Add evaluation results on the plain_text config of squad
#1
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -3,7 +3,7 @@ language:
|
|
3 |
- en
|
4 |
tags:
|
5 |
- question-answering
|
6 |
-
license:
|
7 |
datasets:
|
8 |
- adversarial_qa
|
9 |
- mbartolo/synQA
|
@@ -11,6 +11,26 @@ datasets:
|
|
11 |
metrics:
|
12 |
- exact_match
|
13 |
- f1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Model Overview
|
|
|
3 |
- en
|
4 |
tags:
|
5 |
- question-answering
|
6 |
+
license: apache-2.0
|
7 |
datasets:
|
8 |
- adversarial_qa
|
9 |
- mbartolo/synQA
|
|
|
11 |
metrics:
|
12 |
- exact_match
|
13 |
- f1
|
14 |
+
model-index:
|
15 |
+
- name: mbartolo/roberta-large-synqa
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: question-answering
|
19 |
+
name: Question Answering
|
20 |
+
dataset:
|
21 |
+
name: squad
|
22 |
+
type: squad
|
23 |
+
config: plain_text
|
24 |
+
split: validation
|
25 |
+
metrics:
|
26 |
+
- name: Exact Match
|
27 |
+
type: exact_match
|
28 |
+
value: 89.6529
|
29 |
+
verified: true
|
30 |
+
- name: F1
|
31 |
+
type: f1
|
32 |
+
value: 94.8172
|
33 |
+
verified: true
|
34 |
---
|
35 |
|
36 |
# Model Overview
|