Add evaluation results on the grocery config and train split of subjqa
#2
by
autoevaluator
HF staff
- opened
README.md
CHANGED
@@ -24,6 +24,23 @@ model-index:
|
|
24 |
type: f1
|
25 |
value: 44.135
|
26 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
|
29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
24 |
type: f1
|
25 |
value: 44.135
|
26 |
verified: true
|
27 |
+
- task:
|
28 |
+
type: question-answering
|
29 |
+
name: Question Answering
|
30 |
+
dataset:
|
31 |
+
name: subjqa
|
32 |
+
type: subjqa
|
33 |
+
config: grocery
|
34 |
+
split: train
|
35 |
+
metrics:
|
36 |
+
- name: Exact Match
|
37 |
+
type: exact_match
|
38 |
+
value: 5.625
|
39 |
+
verified: true
|
40 |
+
- name: F1
|
41 |
+
type: f1
|
42 |
+
value: 15.8411
|
43 |
+
verified: true
|
44 |
---
|
45 |
|
46 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|