sjrhuschlee commited on
Commit
7b956e0
1 Parent(s): 7431a7e

Adding squadshifts amazon and new_wiki

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -75,6 +75,36 @@ model-index:
75
  - type: f1
76
  value: 71.876
77
  name: F1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  ---
79
 
80
  # flan-t5-base for Extractive QA
 
75
  - type: f1
76
  value: 71.876
77
  name: F1
78
+ - task:
79
+ type: question-answering
80
+ name: Question Answering
81
+ dataset:
82
+ name: squadshifts
83
+ type: squadshifts
84
+ config: amazon
85
+ split: test
86
+ metrics:
87
+ - type: exact_match
88
+ value: 67.587
89
+ name: Exact Match
90
+ - type: f1
91
+ value: 80.085
92
+ name: F1
93
+ - task:
94
+ type: question-answering
95
+ name: Question Answering
96
+ dataset:
97
+ name: squadshifts
98
+ type: squadshifts
99
+ config: new_wiki
100
+ split: test
101
+ metrics:
102
+ - type: exact_match
103
+ value: 77.261
104
+ name: Exact Match
105
+ - type: f1
106
+ value: 85.068
107
+ name: F1
108
  ---
109
 
110
  # flan-t5-base for Extractive QA