sjrhuschlee commited on
Commit
5bf5699
1 Parent(s): d685831

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -31
README.md CHANGED
@@ -3,6 +3,9 @@ license: mit
3
  datasets:
4
  - squad_v2
5
  - squad
 
 
 
6
  language:
7
  - en
8
  library_name: transformers
@@ -55,12 +58,12 @@ model-index:
55
  config: adversarialQA
56
  split: validation
57
  metrics:
58
- - type: exact_match
59
- value: 44.867
60
- name: Exact Match
61
- - type: f1
62
- value: 55.996
63
- name: F1
64
  - task:
65
  type: question-answering
66
  name: Question Answering
@@ -71,7 +74,7 @@ model-index:
71
  split: validation
72
  metrics:
73
  - type: exact_match
74
- value: 80.190
75
  name: Exact Match
76
  - type: f1
77
  value: 85.028
@@ -85,12 +88,12 @@ model-index:
85
  config: amazon
86
  split: test
87
  metrics:
88
- - type: exact_match
89
- value: 69.712
90
- name: Exact Match
91
- - type: f1
92
- value: 81.171
93
- name: F1
94
  - task:
95
  type: question-answering
96
  name: Question Answering
@@ -100,12 +103,12 @@ model-index:
100
  config: new_wiki
101
  split: test
102
  metrics:
103
- - type: exact_match
104
- value: 81.544
105
- name: Exact Match
106
- - type: f1
107
- value: 89.782
108
- name: F1
109
  - task:
110
  type: question-answering
111
  name: Question Answering
@@ -115,12 +118,12 @@ model-index:
115
  config: nyt
116
  split: test
117
  metrics:
118
- - type: exact_match
119
- value: 80.05
120
- name: Exact Match
121
- - type: f1
122
- value: 87.756
123
- name: F1
124
  - task:
125
  type: question-answering
126
  name: Question Answering
@@ -130,12 +133,12 @@ model-index:
130
  config: reddit
131
  split: test
132
  metrics:
133
- - type: exact_match
134
- value: 60.481
135
- name: Exact Match
136
- - type: f1
137
- value: 68.686
138
- name: F1
139
  ---
140
 
141
  # deberta-v3-base for Extractive QA
 
3
  datasets:
4
  - squad_v2
5
  - squad
6
+ - mrqa
7
+ - mbartolo/synQA
8
+ - adversarial_qa
9
  language:
10
  - en
11
  library_name: transformers
 
58
  config: adversarialQA
59
  split: validation
60
  metrics:
61
+ - type: exact_match
62
+ value: 44.867
63
+ name: Exact Match
64
+ - type: f1
65
+ value: 55.996
66
+ name: F1
67
  - task:
68
  type: question-answering
69
  name: Question Answering
 
74
  split: validation
75
  metrics:
76
  - type: exact_match
77
+ value: 80.19
78
  name: Exact Match
79
  - type: f1
80
  value: 85.028
 
88
  config: amazon
89
  split: test
90
  metrics:
91
+ - type: exact_match
92
+ value: 69.712
93
+ name: Exact Match
94
+ - type: f1
95
+ value: 81.171
96
+ name: F1
97
  - task:
98
  type: question-answering
99
  name: Question Answering
 
103
  config: new_wiki
104
  split: test
105
  metrics:
106
+ - type: exact_match
107
+ value: 81.544
108
+ name: Exact Match
109
+ - type: f1
110
+ value: 89.782
111
+ name: F1
112
  - task:
113
  type: question-answering
114
  name: Question Answering
 
118
  config: nyt
119
  split: test
120
  metrics:
121
+ - type: exact_match
122
+ value: 80.05
123
+ name: Exact Match
124
+ - type: f1
125
+ value: 87.756
126
+ name: F1
127
  - task:
128
  type: question-answering
129
  name: Question Answering
 
133
  config: reddit
134
  split: test
135
  metrics:
136
+ - type: exact_match
137
+ value: 60.481
138
+ name: Exact Match
139
+ - type: f1
140
+ value: 68.686
141
+ name: F1
142
  ---
143
 
144
  # deberta-v3-base for Extractive QA