sjrhuschlee
commited on
Commit
•
1126a42
1
Parent(s):
82abb74
Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,36 @@ model-index:
|
|
77 |
- type: f1
|
78 |
value: 80.495
|
79 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
- task:
|
81 |
type: question-answering
|
82 |
name: Question Answering
|
@@ -92,6 +122,21 @@ model-index:
|
|
92 |
- type: f1
|
93 |
value: 88.826
|
94 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
---
|
96 |
|
97 |
# deberta-v3-large for Extractive QA
|
|
|
77 |
- type: f1
|
78 |
value: 80.495
|
79 |
name: F1
|
80 |
+
- task:
|
81 |
+
type: question-answering
|
82 |
+
name: Question Answering
|
83 |
+
dataset:
|
84 |
+
name: squadshifts
|
85 |
+
type: squadshifts
|
86 |
+
config: amazon
|
87 |
+
split: test
|
88 |
+
metrics:
|
89 |
+
- type: exact_match
|
90 |
+
value: 66.272
|
91 |
+
name: Exact Match
|
92 |
+
- type: f1
|
93 |
+
value: 77.941
|
94 |
+
name: F1
|
95 |
+
- task:
|
96 |
+
type: question-answering
|
97 |
+
name: Question Answering
|
98 |
+
dataset:
|
99 |
+
name: squadshifts
|
100 |
+
type: squadshifts
|
101 |
+
config: new_wiki
|
102 |
+
split: test
|
103 |
+
metrics:
|
104 |
+
- type: exact_match
|
105 |
+
value: 81.456
|
106 |
+
name: Exact Match
|
107 |
+
- type: f1
|
108 |
+
value: 89.142
|
109 |
+
name: F1
|
110 |
- task:
|
111 |
type: question-answering
|
112 |
name: Question Answering
|
|
|
122 |
- type: f1
|
123 |
value: 88.826
|
124 |
name: F1
|
125 |
+
- task:
|
126 |
+
type: question-answering
|
127 |
+
name: Question Answering
|
128 |
+
dataset:
|
129 |
+
name: squadshifts
|
130 |
+
type: squadshifts
|
131 |
+
config: reddit
|
132 |
+
split: test
|
133 |
+
metrics:
|
134 |
+
- type: exact_match
|
135 |
+
value: 61.4
|
136 |
+
name: Exact Match
|
137 |
+
- type: f1
|
138 |
+
value: 69.999
|
139 |
+
name: F1
|
140 |
---
|
141 |
|
142 |
# deberta-v3-large for Extractive QA
|