sjrhuschlee commited on
Commit
ca6ecc1
1 Parent(s): 7da31a8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -76,6 +76,21 @@ model-index:
76
  - type: f1
77
  value: 79.327
78
  name: F1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
  ---
80
 
81
  # 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: nyt
86
+ split: test
87
+ metrics:
88
+ - type: exact_match
89
+ value: 83.815
90
+ name: Exact Match
91
+ - type: f1
92
+ value: 90.416
93
+ name: F1
94
  ---
95
 
96
  # flan-t5-large for Extractive QA