sjrhuschlee
commited on
Commit
路
1e85266
1
Parent(s):
fe428de
Update README.md
Browse files
README.md
CHANGED
@@ -76,6 +76,36 @@ model-index:
|
|
76 |
- type: f1
|
77 |
value: 79.327
|
78 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
79 |
- task:
|
80 |
type: question-answering
|
81 |
name: Question Answering
|
@@ -91,6 +121,21 @@ model-index:
|
|
91 |
- type: f1
|
92 |
value: 90.416
|
93 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
---
|
95 |
|
96 |
# flan-t5-large for Extractive QA
|
|
|
76 |
- type: f1
|
77 |
value: 79.327
|
78 |
name: F1
|
79 |
+
- task:
|
80 |
+
type: question-answering
|
81 |
+
name: Question Answering
|
82 |
+
dataset:
|
83 |
+
name: squadshifts
|
84 |
+
type: squadshifts
|
85 |
+
config: new_wiki
|
86 |
+
split: test
|
87 |
+
metrics:
|
88 |
+
- type: exact_match
|
89 |
+
value: 74.153
|
90 |
+
name: Exact Match
|
91 |
+
- type: f1
|
92 |
+
value: 86.567
|
93 |
+
name: F1
|
94 |
+
- task:
|
95 |
+
type: question-answering
|
96 |
+
name: Question Answering
|
97 |
+
dataset:
|
98 |
+
name: squadshifts
|
99 |
+
type: squadshifts
|
100 |
+
config: new_wiki
|
101 |
+
split: test
|
102 |
+
metrics:
|
103 |
+
- type: exact_match
|
104 |
+
value: 81.053
|
105 |
+
name: Exact Match
|
106 |
+
- type: f1
|
107 |
+
value: 89.043
|
108 |
+
name: F1
|
109 |
- task:
|
110 |
type: question-answering
|
111 |
name: Question Answering
|
|
|
121 |
- type: f1
|
122 |
value: 90.416
|
123 |
name: F1
|
124 |
+
- task:
|
125 |
+
type: question-answering
|
126 |
+
name: Question Answering
|
127 |
+
dataset:
|
128 |
+
name: squadshifts
|
129 |
+
type: squadshifts
|
130 |
+
config: reddit
|
131 |
+
split: test
|
132 |
+
metrics:
|
133 |
+
- type: exact_match
|
134 |
+
value: 73.212
|
135 |
+
name: Exact Match
|
136 |
+
- type: f1
|
137 |
+
value: 83.214
|
138 |
+
name: F1
|
139 |
---
|
140 |
|
141 |
# flan-t5-large for Extractive QA
|