sjrhuschlee
commited on
Commit
路
3368621
1
Parent(s):
81003ad
Update README.md
Browse files
README.md
CHANGED
@@ -120,6 +120,21 @@ model-index:
|
|
120 |
- type: f1
|
121 |
value: 86.178
|
122 |
name: F1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
---
|
124 |
|
125 |
# flan-t5-base for Extractive QA
|
|
|
120 |
- type: f1
|
121 |
value: 86.178
|
122 |
name: F1
|
123 |
+
- task:
|
124 |
+
type: question-answering
|
125 |
+
name: Question Answering
|
126 |
+
dataset:
|
127 |
+
name: squadshifts
|
128 |
+
type: squadshifts
|
129 |
+
config: reddit
|
130 |
+
split: test
|
131 |
+
metrics:
|
132 |
+
- type: exact_match
|
133 |
+
value: 65.052
|
134 |
+
name: Exact Match
|
135 |
+
- type: f1
|
136 |
+
value: 74.785
|
137 |
+
name: F1
|
138 |
---
|
139 |
|
140 |
# flan-t5-base for Extractive QA
|