sjrhuschlee commited on
Commit
82abb74
1 Parent(s): 935ce55

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -77,6 +77,21 @@ model-index:
77
  - type: f1
78
  value: 80.495
79
  name: F1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  ---
81
 
82
  # deberta-v3-large for Extractive QA
 
77
  - type: f1
78
  value: 80.495
79
  name: F1
80
+ - task:
81
+ type: question-answering
82
+ name: Question Answering
83
+ dataset:
84
+ name: squadshifts
85
+ type: squadshifts
86
+ config: nyt
87
+ split: test
88
+ metrics:
89
+ - type: exact_match
90
+ value: 81.739
91
+ name: Exact Match
92
+ - type: f1
93
+ value: 88.826
94
+ name: F1
95
  ---
96
 
97
  # deberta-v3-large for Extractive QA