sileod commited on
Commit
972a901
1 Parent(s): ace202e

Upload DebertaV2ForSequenceClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +1103 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,1103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "sileod/deberta-v3-base-tasksource-nli",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifiers_size": [
8
+ 3,
9
+ 2,
10
+ 2,
11
+ 2,
12
+ 2,
13
+ 2,
14
+ 1,
15
+ 2,
16
+ 3,
17
+ 2,
18
+ 2,
19
+ 2,
20
+ 3,
21
+ 3,
22
+ 3,
23
+ 3,
24
+ 1,
25
+ 3,
26
+ 3,
27
+ 2,
28
+ 2,
29
+ 3,
30
+ 2,
31
+ 2,
32
+ 2,
33
+ 2,
34
+ 2,
35
+ 2,
36
+ 6,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 3,
42
+ 3,
43
+ 3,
44
+ 3,
45
+ 3,
46
+ 3,
47
+ 3,
48
+ 2,
49
+ 2,
50
+ 2,
51
+ 2,
52
+ 5,
53
+ 3,
54
+ 3,
55
+ 3,
56
+ 3,
57
+ 3,
58
+ 3,
59
+ 3,
60
+ 3,
61
+ 2,
62
+ 2,
63
+ 2,
64
+ 3,
65
+ 3,
66
+ 3,
67
+ 3,
68
+ 3,
69
+ 3,
70
+ 3,
71
+ 2,
72
+ 2,
73
+ 2,
74
+ 2,
75
+ 1,
76
+ 1,
77
+ 1,
78
+ 1,
79
+ 1,
80
+ 1,
81
+ 1,
82
+ 1,
83
+ 1,
84
+ 1,
85
+ 1,
86
+ 1,
87
+ 1,
88
+ 1,
89
+ 1,
90
+ 1,
91
+ 1,
92
+ 1,
93
+ 1,
94
+ 1,
95
+ 1,
96
+ 1,
97
+ 1,
98
+ 1,
99
+ 1,
100
+ 1,
101
+ 1,
102
+ 1,
103
+ 1,
104
+ 1,
105
+ 1,
106
+ 1,
107
+ 1,
108
+ 1,
109
+ 1,
110
+ 1,
111
+ 1,
112
+ 1,
113
+ 1,
114
+ 1,
115
+ 1,
116
+ 1,
117
+ 1,
118
+ 1,
119
+ 1,
120
+ 1,
121
+ 1,
122
+ 1,
123
+ 1,
124
+ 1,
125
+ 1,
126
+ 1,
127
+ 1,
128
+ 1,
129
+ 1,
130
+ 1,
131
+ 1,
132
+ 1,
133
+ 1,
134
+ 1,
135
+ 1,
136
+ 1,
137
+ 1,
138
+ 1,
139
+ 1,
140
+ 1,
141
+ 1,
142
+ 1,
143
+ 1,
144
+ 1,
145
+ 1,
146
+ 1,
147
+ 1,
148
+ 1,
149
+ 1,
150
+ 1,
151
+ 1,
152
+ 1,
153
+ 1,
154
+ 1,
155
+ 1,
156
+ 1,
157
+ 1,
158
+ 1,
159
+ 1,
160
+ 1,
161
+ 1,
162
+ 1,
163
+ 1,
164
+ 1,
165
+ 1,
166
+ 1,
167
+ 1,
168
+ 1,
169
+ 1,
170
+ 1,
171
+ 1,
172
+ 1,
173
+ 1,
174
+ 1,
175
+ 1,
176
+ 1,
177
+ 1,
178
+ 1,
179
+ 1,
180
+ 1,
181
+ 1,
182
+ 1,
183
+ 1,
184
+ 1,
185
+ 1,
186
+ 1,
187
+ 1,
188
+ 1,
189
+ 1,
190
+ 1,
191
+ 1,
192
+ 1,
193
+ 1,
194
+ 1,
195
+ 1,
196
+ 1,
197
+ 1,
198
+ 1,
199
+ 1,
200
+ 1,
201
+ 1,
202
+ 1,
203
+ 2,
204
+ 2,
205
+ 2,
206
+ 2,
207
+ 2,
208
+ 2,
209
+ 20,
210
+ 50,
211
+ 3,
212
+ 3,
213
+ 4,
214
+ 2,
215
+ 8,
216
+ 20,
217
+ 2,
218
+ 2,
219
+ 4,
220
+ 2,
221
+ 3,
222
+ 3,
223
+ 3,
224
+ 3,
225
+ 3,
226
+ 3,
227
+ 174,
228
+ 2,
229
+ 3,
230
+ 51,
231
+ 41,
232
+ 2,
233
+ 2,
234
+ 2,
235
+ 2,
236
+ 2,
237
+ 2,
238
+ 2,
239
+ 18,
240
+ 3,
241
+ 16,
242
+ 17,
243
+ 3,
244
+ 2,
245
+ 8,
246
+ 2,
247
+ 2,
248
+ 3,
249
+ 3,
250
+ 42,
251
+ 4,
252
+ 7,
253
+ 11,
254
+ 12,
255
+ 7,
256
+ 100,
257
+ 13,
258
+ 100,
259
+ 8,
260
+ 1,
261
+ 20,
262
+ 2,
263
+ 2,
264
+ 4,
265
+ 5,
266
+ 3,
267
+ 4,
268
+ 14,
269
+ 2,
270
+ 6,
271
+ 4,
272
+ 2,
273
+ 1,
274
+ 3,
275
+ 10,
276
+ 3,
277
+ 10,
278
+ 4,
279
+ 2,
280
+ 7,
281
+ 6,
282
+ 28,
283
+ 3,
284
+ 6,
285
+ 6,
286
+ 7,
287
+ 5,
288
+ 4,
289
+ 3,
290
+ 7,
291
+ 20,
292
+ 2,
293
+ 2,
294
+ 2,
295
+ 2,
296
+ 2,
297
+ 6,
298
+ 2,
299
+ 9,
300
+ 4,
301
+ 2,
302
+ 4,
303
+ 13,
304
+ 3,
305
+ 3,
306
+ 2,
307
+ 2,
308
+ 2,
309
+ 2,
310
+ 2,
311
+ 2,
312
+ 4,
313
+ 1,
314
+ 2,
315
+ 1,
316
+ 2,
317
+ 49,
318
+ 40,
319
+ 10,
320
+ 4,
321
+ 1,
322
+ 2,
323
+ 2,
324
+ 1,
325
+ 5,
326
+ 2,
327
+ 3,
328
+ 2,
329
+ 2,
330
+ 12,
331
+ 3,
332
+ 3,
333
+ 2,
334
+ 19,
335
+ 3,
336
+ 1,
337
+ 2,
338
+ 2,
339
+ 2,
340
+ 2,
341
+ 2,
342
+ 1,
343
+ 2,
344
+ 2,
345
+ 1,
346
+ 1,
347
+ 2,
348
+ 3,
349
+ 2,
350
+ 1,
351
+ 4,
352
+ 3,
353
+ 1,
354
+ 1,
355
+ 1,
356
+ 2,
357
+ 3,
358
+ 2,
359
+ 3,
360
+ 1,
361
+ 1,
362
+ 2,
363
+ 1,
364
+ 2,
365
+ 2,
366
+ 2,
367
+ 2,
368
+ 3,
369
+ 2,
370
+ 2,
371
+ 2,
372
+ 1,
373
+ 3,
374
+ 2,
375
+ 2,
376
+ 1,
377
+ 1,
378
+ 1,
379
+ 1,
380
+ 2,
381
+ 1,
382
+ 1,
383
+ 1,
384
+ 1,
385
+ 4,
386
+ 1,
387
+ 1,
388
+ 1,
389
+ 1,
390
+ 3,
391
+ 1,
392
+ 3,
393
+ 1,
394
+ 2,
395
+ 2,
396
+ 1,
397
+ 2,
398
+ 3,
399
+ 3,
400
+ 2,
401
+ 1,
402
+ 3,
403
+ 1,
404
+ 1,
405
+ 3,
406
+ 1,
407
+ 3,
408
+ 2,
409
+ 1,
410
+ 1,
411
+ 1,
412
+ 2,
413
+ 2,
414
+ 1,
415
+ 1,
416
+ 1,
417
+ 1,
418
+ 1,
419
+ 1,
420
+ 1,
421
+ 1,
422
+ 1,
423
+ 1,
424
+ 2,
425
+ 2,
426
+ 2,
427
+ 2,
428
+ 77,
429
+ 3,
430
+ 2,
431
+ 2,
432
+ 1,
433
+ 1,
434
+ 2,
435
+ 3,
436
+ 18,
437
+ 13,
438
+ 2,
439
+ 2,
440
+ 2,
441
+ 2,
442
+ 2,
443
+ 2,
444
+ 4,
445
+ 2,
446
+ 24,
447
+ 3,
448
+ 2,
449
+ 2,
450
+ 1,
451
+ 2,
452
+ 2,
453
+ 3,
454
+ 1,
455
+ 2,
456
+ 3,
457
+ 2,
458
+ 3,
459
+ 3,
460
+ 2,
461
+ 2,
462
+ 4,
463
+ 1,
464
+ 17,
465
+ 3,
466
+ 3,
467
+ 2,
468
+ 3,
469
+ 2,
470
+ 3,
471
+ 3,
472
+ 2,
473
+ 1,
474
+ 1,
475
+ 3,
476
+ 2,
477
+ 9,
478
+ 2,
479
+ 1,
480
+ 1,
481
+ 1,
482
+ 1,
483
+ 1,
484
+ 2,
485
+ 2,
486
+ 3,
487
+ 2,
488
+ 3,
489
+ 4,
490
+ 3,
491
+ 3,
492
+ 2,
493
+ 1,
494
+ 1,
495
+ 2,
496
+ 1,
497
+ 1,
498
+ 6,
499
+ 2,
500
+ 3,
501
+ 3,
502
+ 1,
503
+ 1,
504
+ 2,
505
+ 2,
506
+ 10,
507
+ 2,
508
+ 2,
509
+ 2,
510
+ 5,
511
+ 5,
512
+ 5,
513
+ 5,
514
+ 5,
515
+ 5,
516
+ 5,
517
+ 5,
518
+ 5,
519
+ 5,
520
+ 4,
521
+ 1,
522
+ 7,
523
+ 6,
524
+ 6,
525
+ 6,
526
+ 6,
527
+ 6,
528
+ 6,
529
+ 3,
530
+ 2,
531
+ 3,
532
+ 3,
533
+ 3,
534
+ 1
535
+ ],
536
+ "hidden_act": "gelu",
537
+ "hidden_dropout_prob": 0.1,
538
+ "hidden_size": 768,
539
+ "id2label": {
540
+ "0": "entailment",
541
+ "1": "neutral",
542
+ "2": "contradiction"
543
+ },
544
+ "initializer_range": 0.02,
545
+ "intermediate_size": 3072,
546
+ "label2id": {
547
+ "contradiction": 2,
548
+ "entailment": 0,
549
+ "neutral": 1
550
+ },
551
+ "layer_norm_eps": 1e-07,
552
+ "max_position_embeddings": 1024,
553
+ "max_relative_positions": -1,
554
+ "model_type": "deberta-v2",
555
+ "norm_rel_ebd": "layer_norm",
556
+ "num_attention_heads": 12,
557
+ "num_hidden_layers": 12,
558
+ "pad_token_id": 0,
559
+ "pooler_dropout": 0,
560
+ "pooler_hidden_act": "gelu",
561
+ "pooler_hidden_size": 768,
562
+ "pos_att_type": [
563
+ "p2c",
564
+ "c2p"
565
+ ],
566
+ "position_biased_input": false,
567
+ "position_buckets": 256,
568
+ "relative_attention": true,
569
+ "share_att_key": true,
570
+ "tasks": [
571
+ "glue/mnli",
572
+ "glue/qnli",
573
+ "glue/rte",
574
+ "glue/wnli",
575
+ "glue/mrpc",
576
+ "glue/qqp",
577
+ "glue/stsb",
578
+ "super_glue/boolq",
579
+ "super_glue/cb",
580
+ "super_glue/multirc",
581
+ "super_glue/wic",
582
+ "super_glue/axg",
583
+ "anli/a1",
584
+ "anli/a2",
585
+ "anli/a3",
586
+ "sick/label",
587
+ "sick/relatedness",
588
+ "sick/entailment_AB",
589
+ "snli",
590
+ "scitail/snli_format",
591
+ "hans",
592
+ "WANLI",
593
+ "recast/recast_sentiment",
594
+ "recast/recast_ner",
595
+ "recast/recast_verbcorner",
596
+ "recast/recast_verbnet",
597
+ "recast/recast_factuality",
598
+ "recast/recast_puns",
599
+ "recast/recast_kg_relations",
600
+ "recast/recast_megaveridicality",
601
+ "probability_words_nli/reasoning_1hop",
602
+ "probability_words_nli/reasoning_2hop",
603
+ "probability_words_nli/usnli",
604
+ "nan-nli/joey234--nan-nli",
605
+ "nli_fever",
606
+ "breaking_nli",
607
+ "conj_nli",
608
+ "fracas",
609
+ "dialogue_nli",
610
+ "mpe",
611
+ "dnc",
612
+ "recast_white/fnplus",
613
+ "recast_white/sprl",
614
+ "recast_white/dpr",
615
+ "joci",
616
+ "robust_nli/IS_CS",
617
+ "robust_nli/LI_LI",
618
+ "robust_nli/ST_WO",
619
+ "robust_nli/PI_SP",
620
+ "robust_nli/PI_CD",
621
+ "robust_nli/ST_SE",
622
+ "robust_nli/ST_NE",
623
+ "robust_nli/ST_LM",
624
+ "robust_nli_is_sd",
625
+ "robust_nli_li_ts",
626
+ "add_one_rte",
627
+ "imppres/implicature_connectives/log",
628
+ "imppres/implicature_gradable_adjective/log",
629
+ "imppres/implicature_quantifiers/log",
630
+ "imppres/implicature_numerals_10_100/log",
631
+ "imppres/implicature_modals/log",
632
+ "imppres/implicature_gradable_verb/log",
633
+ "imppres/implicature_numerals_2_3/log",
634
+ "hlgd",
635
+ "paws/labeled_final",
636
+ "paws/labeled_swap",
637
+ "medical_questions_pairs",
638
+ "model-written-evals",
639
+ "truthful_qa/multiple_choice",
640
+ "fig-qa",
641
+ "bigbench/general_knowledge",
642
+ "bigbench/physical_intuition",
643
+ "bigbench/bbq_lite_json",
644
+ "bigbench/elementary_math_qa",
645
+ "bigbench/human_organs_senses",
646
+ "bigbench/misconceptions",
647
+ "bigbench/social_iqa",
648
+ "bigbench/causal_judgment",
649
+ "bigbench/physics",
650
+ "bigbench/identify_math_theorems",
651
+ "bigbench/fact_checker",
652
+ "bigbench/empirical_judgments",
653
+ "bigbench/key_value_maps",
654
+ "bigbench/hhh_alignment",
655
+ "bigbench/logical_deduction",
656
+ "bigbench/similarities_abstraction",
657
+ "bigbench/color",
658
+ "bigbench/evaluating_information_essentiality",
659
+ "bigbench/temporal_sequences",
660
+ "bigbench/authorship_verification",
661
+ "bigbench/conceptual_combinations",
662
+ "bigbench/gre_reading_comprehension",
663
+ "bigbench/symbol_interpretation",
664
+ "bigbench/undo_permutation",
665
+ "bigbench/snarks",
666
+ "bigbench/mnist_ascii",
667
+ "bigbench/arithmetic",
668
+ "bigbench/nonsense_words_grammar",
669
+ "bigbench/logical_sequence",
670
+ "bigbench/movie_recommendation",
671
+ "bigbench/cs_algorithms",
672
+ "bigbench/anachronisms",
673
+ "bigbench/known_unknowns",
674
+ "bigbench/intent_recognition",
675
+ "bigbench/entailed_polarity",
676
+ "bigbench/tracking_shuffled_objects",
677
+ "bigbench/salient_translation_error_detection",
678
+ "bigbench/implicatures",
679
+ "bigbench/international_phonetic_alphabet_nli",
680
+ "bigbench/mathematical_induction",
681
+ "bigbench/irony_identification",
682
+ "bigbench/movie_dialog_same_or_different",
683
+ "bigbench/moral_permissibility",
684
+ "bigbench/goal_step_wikihow",
685
+ "bigbench/fantasy_reasoning",
686
+ "bigbench/timedial",
687
+ "bigbench/figure_of_speech_detection",
688
+ "bigbench/checkmate_in_one",
689
+ "bigbench/winowhy",
690
+ "bigbench/dyck_languages",
691
+ "bigbench/social_support",
692
+ "bigbench/unit_interpretation",
693
+ "bigbench/english_proverbs",
694
+ "bigbench/ruin_names",
695
+ "bigbench/crash_blossom",
696
+ "bigbench/emojis_emotion_prediction",
697
+ "bigbench/understanding_fables",
698
+ "bigbench/implicit_relations",
699
+ "bigbench/cifar10_classification",
700
+ "bigbench/analytic_entailment",
701
+ "bigbench/vitaminc_fact_verification",
702
+ "bigbench/phrase_relatedness",
703
+ "bigbench/epistemic_reasoning",
704
+ "bigbench/penguins_in_a_table",
705
+ "bigbench/question_selection",
706
+ "bigbench/reasoning_about_colored_objects",
707
+ "bigbench/strategyqa",
708
+ "bigbench/dark_humor_detection",
709
+ "bigbench/formal_fallacies_syllogisms_negation",
710
+ "bigbench/odd_one_out",
711
+ "bigbench/novel_concepts",
712
+ "bigbench/hyperbaton",
713
+ "bigbench/suicide_risk",
714
+ "bigbench/navigate",
715
+ "bigbench/crass_ai",
716
+ "bigbench/hindu_knowledge",
717
+ "bigbench/disambiguation_qa",
718
+ "bigbench/riddle_sense",
719
+ "bigbench/presuppositions_as_nli",
720
+ "bigbench/strange_stories",
721
+ "bigbench/emoji_movie",
722
+ "bigbench/metaphor_understanding",
723
+ "bigbench/logical_args",
724
+ "bigbench/identify_odd_metaphor",
725
+ "bigbench/logical_fallacy_detection",
726
+ "bigbench/code_line_description",
727
+ "bigbench/geometric_shapes",
728
+ "bigbench/discourse_marker_prediction",
729
+ "bigbench/sentence_ambiguity",
730
+ "bigbench/abstract_narrative_understanding",
731
+ "bigbench/analogical_similarity",
732
+ "bigbench/cause_and_effect",
733
+ "bigbench/simple_ethical_questions",
734
+ "bigbench/sports_understanding",
735
+ "bigbench/date_understanding",
736
+ "bigbench/metaphor_boolean",
737
+ "bigbench/logic_grid_puzzle",
738
+ "bigbench/contextual_parametric_knowledge_conflicts",
739
+ "bigbench/real_or_fake_text",
740
+ "bigbench/play_dialog_same_or_different",
741
+ "cos_e/v1.0",
742
+ "cosmos_qa",
743
+ "dream",
744
+ "openbookqa",
745
+ "qasc",
746
+ "quartz",
747
+ "quail",
748
+ "head_qa/en",
749
+ "sciq",
750
+ "social_i_qa",
751
+ "wiki_hop/original",
752
+ "wiqa",
753
+ "piqa",
754
+ "hellaswag",
755
+ "super_glue/copa",
756
+ "balanced-copa",
757
+ "e-CARE",
758
+ "art",
759
+ "winogrande/winogrande_xl",
760
+ "codah/codah",
761
+ "ai2_arc/ARC-Easy/challenge",
762
+ "ai2_arc/ARC-Challenge/challenge",
763
+ "definite_pronoun_resolution",
764
+ "swag/regular",
765
+ "math_qa",
766
+ "glue/cola",
767
+ "glue/sst2",
768
+ "utilitarianism",
769
+ "amazon_counterfactual/en",
770
+ "insincere-questions",
771
+ "toxic_conversations",
772
+ "TuringBench",
773
+ "trec",
774
+ "vitaminc/tals--vitaminc",
775
+ "hope_edi/english",
776
+ "rumoureval_2019/RumourEval2019",
777
+ "ethos/binary",
778
+ "ethos/multilabel",
779
+ "tweet_eval/emoji",
780
+ "tweet_eval/hate",
781
+ "tweet_eval/offensive",
782
+ "tweet_eval/emotion",
783
+ "tweet_eval/irony",
784
+ "tweet_eval/sentiment",
785
+ "tweet_eval/stance_abortion",
786
+ "tweet_eval/stance_atheism",
787
+ "tweet_eval/stance_climate",
788
+ "tweet_eval/stance_feminist",
789
+ "tweet_eval/stance_hillary",
790
+ "discovery/discovery",
791
+ "pragmeval/squinky-informativeness",
792
+ "pragmeval/verifiability",
793
+ "pragmeval/mrda",
794
+ "pragmeval/switchboard",
795
+ "pragmeval/emobank-arousal",
796
+ "pragmeval/emobank-valence",
797
+ "pragmeval/emobank-dominance",
798
+ "pragmeval/squinky-formality",
799
+ "pragmeval/squinky-implicature",
800
+ "pragmeval/sarcasm",
801
+ "pragmeval/persuasiveness-specificity",
802
+ "pragmeval/stac",
803
+ "pragmeval/emergent",
804
+ "pragmeval/pdtb",
805
+ "pragmeval/gum",
806
+ "pragmeval/persuasiveness-claimtype",
807
+ "pragmeval/persuasiveness-strength",
808
+ "pragmeval/persuasiveness-premisetype",
809
+ "pragmeval/persuasiveness-relevance",
810
+ "pragmeval/persuasiveness-eloquence",
811
+ "silicone/sem",
812
+ "silicone/meld_s",
813
+ "silicone/oasis",
814
+ "silicone/dyda_da",
815
+ "silicone/dyda_e",
816
+ "silicone/iemocap",
817
+ "silicone/maptask",
818
+ "silicone/meld_e",
819
+ "lex_glue/eurlex",
820
+ "lex_glue/scotus",
821
+ "lex_glue/ledgar",
822
+ "lex_glue/unfair_tos",
823
+ "lex_glue/case_hold",
824
+ "language-identification",
825
+ "imdb",
826
+ "rotten_tomatoes",
827
+ "ag_news",
828
+ "yelp_review_full/yelp_review_full",
829
+ "financial_phrasebank/sentences_allagree",
830
+ "poem_sentiment",
831
+ "dbpedia_14/dbpedia_14",
832
+ "amazon_polarity/amazon_polarity",
833
+ "app_reviews",
834
+ "hate_speech18",
835
+ "sms_spam",
836
+ "humicroedit/subtask-1",
837
+ "humicroedit/subtask-2",
838
+ "snips_built_in_intents",
839
+ "hate_speech_offensive",
840
+ "yahoo_answers_topics",
841
+ "stackoverflow-questions",
842
+ "hyperpartisan_news",
843
+ "sciie",
844
+ "citation_intent",
845
+ "go_emotions/simplified",
846
+ "scicite",
847
+ "liar",
848
+ "lexical_relation_classification/BLESS",
849
+ "lexical_relation_classification/EVALution",
850
+ "lexical_relation_classification/CogALexV",
851
+ "lexical_relation_classification/K&H+N",
852
+ "lexical_relation_classification/ROOT09",
853
+ "linguisticprobing/tree_depth",
854
+ "linguisticprobing/top_constituents",
855
+ "linguisticprobing/subj_number",
856
+ "linguisticprobing/bigram_shift",
857
+ "linguisticprobing/odd_man_out",
858
+ "linguisticprobing/coordination_inversion",
859
+ "linguisticprobing/past_present",
860
+ "linguisticprobing/sentence_length",
861
+ "linguisticprobing/obj_number",
862
+ "crowdflower/political-media-message",
863
+ "crowdflower/corporate-messaging",
864
+ "crowdflower/tweet_global_warming",
865
+ "crowdflower/sentiment_nuclear_power",
866
+ "crowdflower/text_emotion",
867
+ "crowdflower/airline-sentiment",
868
+ "crowdflower/economic-news",
869
+ "crowdflower/political-media-bias",
870
+ "crowdflower/political-media-audience",
871
+ "ethics/commonsense",
872
+ "ethics/deontology",
873
+ "ethics/justice",
874
+ "ethics/virtue",
875
+ "emo/emo2019",
876
+ "google_wellformed_query",
877
+ "tweets_hate_speech_detection",
878
+ "has_part",
879
+ "blog_authorship_corpus/gender",
880
+ "blog_authorship_corpus/age",
881
+ "blog_authorship_corpus/job",
882
+ "open_question_type",
883
+ "health_fact",
884
+ "commonsense_qa",
885
+ "mc_taco",
886
+ "ade_corpus_v2/Ade_corpus_v2_classification",
887
+ "discosense",
888
+ "circa",
889
+ "phrase_similarity",
890
+ "scientific-exaggeration-detection",
891
+ "quarel",
892
+ "fever-evidence-related/mwong--fever-related",
893
+ "numer_sense",
894
+ "dynasent/dynabench.dynasent.r1.all/r1",
895
+ "dynasent/dynabench.dynasent.r2.all/r2",
896
+ "Sarcasm_News_Headline",
897
+ "sem_eval_2010_task_8",
898
+ "auditor_review/demo-org--auditor_review",
899
+ "medmcqa",
900
+ "Dynasent_Disagreement",
901
+ "Politeness_Disagreement",
902
+ "SBIC_Disagreement",
903
+ "SChem_Disagreement",
904
+ "Dilemmas_Disagreement",
905
+ "logiqa",
906
+ "wiki_qa",
907
+ "cycic_classification",
908
+ "cycic_multiplechoice",
909
+ "sts-companion",
910
+ "commonsense_qa_2.0",
911
+ "lingnli",
912
+ "monotonicity-entailment",
913
+ "arct",
914
+ "scinli",
915
+ "naturallogic",
916
+ "onestop_qa",
917
+ "moral_stories/full",
918
+ "prost",
919
+ "dynahate",
920
+ "syntactic-augmentation-nli",
921
+ "autotnli",
922
+ "CONDAQA",
923
+ "webgpt_comparisons",
924
+ "synthetic-instruct-gptj-pairwise",
925
+ "scruples",
926
+ "wouldyourather",
927
+ "defeasible-nli/atomic",
928
+ "defeasible-nli/snli",
929
+ "help-nli",
930
+ "nli-veridicality-transitivity",
931
+ "lonli",
932
+ "dadc-limit-nli",
933
+ "FLUTE",
934
+ "strategy-qa",
935
+ "summarize_from_feedback/comparisons",
936
+ "folio",
937
+ "tomi-nli",
938
+ "avicenna",
939
+ "SHP",
940
+ "MedQA-USMLE-4-options-hf",
941
+ "wikimedqa/medwiki",
942
+ "cicero",
943
+ "CREAK",
944
+ "mutual",
945
+ "NeQA",
946
+ "quote-repetition",
947
+ "redefine-math",
948
+ "puzzte",
949
+ "implicatures",
950
+ "race/high",
951
+ "race/middle",
952
+ "race-c",
953
+ "spartqa-yn",
954
+ "spartqa-mchoice",
955
+ "temporal-nli",
956
+ "riddle_sense",
957
+ "clcd-english",
958
+ "twentyquestions",
959
+ "reclor",
960
+ "counterfactually-augmented-imdb",
961
+ "counterfactually-augmented-snli",
962
+ "cnli",
963
+ "boolq-natural-perturbations",
964
+ "acceptability-prediction",
965
+ "equate",
966
+ "ScienceQA_text_only",
967
+ "ekar_english",
968
+ "implicit-hate-stg1",
969
+ "chaos-mnli-ambiguity",
970
+ "headline_cause/en_simple",
971
+ "logiqa-2.0-nli",
972
+ "oasst2_dense_flat/quality",
973
+ "oasst2_dense_flat/toxicity",
974
+ "oasst2_dense_flat/helpfulness",
975
+ "mindgames",
976
+ "ambient",
977
+ "path-naturalness-prediction",
978
+ "civil_comments/toxicity",
979
+ "civil_comments/severe_toxicity",
980
+ "civil_comments/obscene",
981
+ "civil_comments/threat",
982
+ "civil_comments/insult",
983
+ "civil_comments/identity_attack",
984
+ "civil_comments/sexual_explicit",
985
+ "cloth",
986
+ "dgen",
987
+ "I2D2",
988
+ "args_me",
989
+ "Touche23-ValueEval",
990
+ "starcon",
991
+ "banking77",
992
+ "ConTRoL-nli",
993
+ "tracie",
994
+ "sherliic",
995
+ "sen-making/1",
996
+ "sen-making/2",
997
+ "winowhy",
998
+ "robustLR",
999
+ "v1/gen_train234_test2to10",
1000
+ "logical-fallacy",
1001
+ "parade",
1002
+ "cladder",
1003
+ "subjectivity",
1004
+ "MOH",
1005
+ "VUAC",
1006
+ "TroFi",
1007
+ "sharc_modified/mod",
1008
+ "conceptrules_v2",
1009
+ "disrpt/eng.dep.scidtb.rels",
1010
+ "zero-shot-label-nli",
1011
+ "com2sense",
1012
+ "scone",
1013
+ "winodict",
1014
+ "fool-me-twice",
1015
+ "monli",
1016
+ "corr2cause",
1017
+ "lsat_qa/all",
1018
+ "apt",
1019
+ "twitter-financial-news-sentiment",
1020
+ "icl-symbol-tuning-instruct",
1021
+ "SpaceNLI",
1022
+ "propsegment/nli",
1023
+ "HatemojiBuild",
1024
+ "regset",
1025
+ "esci",
1026
+ "chatbot_arena_conversations",
1027
+ "dnd_style_intents",
1028
+ "FLD.v2/default",
1029
+ "FLD.v2/star",
1030
+ "SDOH-NLI",
1031
+ "scifact_entailment",
1032
+ "feasibilityQA",
1033
+ "simple_pair",
1034
+ "AdjectiveScaleProbe-nli",
1035
+ "resnli",
1036
+ "SpaRTUN",
1037
+ "ReSQ",
1038
+ "semantic_fragments_nli",
1039
+ "dataset_train_nli",
1040
+ "stepgame",
1041
+ "nlgraph",
1042
+ "oasst2_pairwise_rlhf_reward",
1043
+ "hh-rlhf/helpful-base",
1044
+ "hh-rlhf/helpful-rejection-sampled",
1045
+ "hh-rlhf/helpful-online",
1046
+ "hh-rlhf/harmless-base",
1047
+ "ruletaker",
1048
+ "PARARULE-Plus",
1049
+ "proofwriter",
1050
+ "logical-entailment",
1051
+ "nope",
1052
+ "LogicNLI",
1053
+ "contract-nli/contractnli_a/seg",
1054
+ "contract-nli/contractnli_b/full",
1055
+ "nli4ct_semeval2024",
1056
+ "lsat-ar",
1057
+ "lsat-rc",
1058
+ "biosift-nli",
1059
+ "brainteasers/WP",
1060
+ "brainteasers/SP",
1061
+ "persuasion",
1062
+ "AmbigNQ-clarifying-question",
1063
+ "SIGA-nli",
1064
+ "FOL-nli",
1065
+ "goal-step-wikihow/order",
1066
+ "PARADISE",
1067
+ "doc-nli",
1068
+ "mctest-nli",
1069
+ "patent-phrase-similarity",
1070
+ "natural-language-satisfiability",
1071
+ "idioms-nli",
1072
+ "lifecycle-entailment",
1073
+ "HelpSteer/helpfulness",
1074
+ "HelpSteer/correctness",
1075
+ "HelpSteer/coherence",
1076
+ "HelpSteer/complexity",
1077
+ "HelpSteer/verbosity",
1078
+ "HelpSteer2/helpfulness",
1079
+ "HelpSteer2/correctness",
1080
+ "HelpSteer2/coherence",
1081
+ "HelpSteer2/complexity",
1082
+ "HelpSteer2/verbosity",
1083
+ "MSciNLI",
1084
+ "UltraFeedback-paired",
1085
+ "AES2-essay-scoring",
1086
+ "english-grading/cohesion",
1087
+ "english-grading/syntax",
1088
+ "english-grading/vocabulary",
1089
+ "english-grading/phraseology",
1090
+ "english-grading/grammar",
1091
+ "english-grading/conventions",
1092
+ "wice",
1093
+ "babi_nli",
1094
+ "gen_debiased_nli",
1095
+ "imppres/presupposition",
1096
+ "/prag",
1097
+ "blimp-2"
1098
+ ],
1099
+ "torch_dtype": "float32",
1100
+ "transformers_version": "4.41.2",
1101
+ "type_vocab_size": 0,
1102
+ "vocab_size": 128100
1103
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00dfda6b5886f4aca861bc5234850d74358a3e8dcbe78c3d55038dded6fd5c17
3
+ size 737722356