sjrhuschlee commited on
Commit
81003ad
1 Parent(s): 7b956e0

add squadshifts nyt metrics

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -105,6 +105,21 @@ model-index:
105
  - type: f1
106
  value: 85.068
107
  name: F1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  ---
109
 
110
  # flan-t5-base for Extractive QA
 
105
  - type: f1
106
  value: 85.068
107
  name: F1
108
+ - task:
109
+ type: question-answering
110
+ name: Question Answering
111
+ dataset:
112
+ name: squadshifts
113
+ type: squadshifts
114
+ config: nyt
115
+ split: test
116
+ metrics:
117
+ - type: exact_match
118
+ value: 79.066
119
+ name: Exact Match
120
+ - type: f1
121
+ value: 86.178
122
+ name: F1
123
  ---
124
 
125
  # flan-t5-base for Extractive QA