Commit
•
e49ab07
1
Parent(s):
92d1d2a
Add evaluation results on the default config of quoref (#3)
Browse files- Add evaluation results on the default config of quoref (423989e05cd066840d90a39f98352461f965186e)
Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>
README.md
CHANGED
@@ -39,6 +39,23 @@ model-index:
|
|
39 |
type: f1
|
40 |
value: 82.336
|
41 |
verified: true
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
task:
|
43 |
- question-answering
|
44 |
datasets:
|
|
|
39 |
type: f1
|
40 |
value: 82.336
|
41 |
verified: true
|
42 |
+
- task:
|
43 |
+
type: question-answering
|
44 |
+
name: Question Answering
|
45 |
+
dataset:
|
46 |
+
name: quoref
|
47 |
+
type: quoref
|
48 |
+
config: default
|
49 |
+
split: validation
|
50 |
+
metrics:
|
51 |
+
- name: Exact Match
|
52 |
+
type: exact_match
|
53 |
+
value: 78.8581
|
54 |
+
verified: true
|
55 |
+
- name: F1
|
56 |
+
type: f1
|
57 |
+
value: 82.8261
|
58 |
+
verified: true
|
59 |
task:
|
60 |
- question-answering
|
61 |
datasets:
|