lhoestq HF staff commited on
Commit
02fe433
β€’
1 Parent(s): 6aa849a

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +436 -167
README.md CHANGED
@@ -35,44 +35,44 @@ train-eval-index:
35
  text: text
36
  label: target
37
  metrics:
38
- - type: accuracy
39
- name: Accuracy
40
- - type: f1
41
- name: F1 macro
42
- args:
43
- average: macro
44
- - type: f1
45
- name: F1 micro
46
- args:
47
- average: micro
48
- - type: f1
49
- name: F1 weighted
50
- args:
51
- average: weighted
52
- - type: precision
53
- name: Precision macro
54
- args:
55
- average: macro
56
- - type: precision
57
- name: Precision micro
58
- args:
59
- average: micro
60
- - type: precision
61
- name: Precision weighted
62
- args:
63
- average: weighted
64
- - type: recall
65
- name: Recall macro
66
- args:
67
- average: macro
68
- - type: recall
69
- name: Recall micro
70
- args:
71
- average: micro
72
- - type: recall
73
- name: Recall weighted
74
- args:
75
- average: weighted
76
  - config: hate
77
  task: text-classification
78
  task_id: binary_classification
@@ -83,36 +83,36 @@ train-eval-index:
83
  text: text
84
  label: target
85
  metrics:
86
- - type: accuracy
87
- name: Accuracy
88
- - type: f1
89
- name: F1 binary
90
- args:
91
- average: binary
92
- - type: precision
93
- name: Precision macro
94
- args:
95
- average: macro
96
- - type: precision
97
- name: Precision micro
98
- args:
99
- average: micro
100
- - type: precision
101
- name: Precision weighted
102
- args:
103
- average: weighted
104
- - type: recall
105
- name: Recall macro
106
- args:
107
- average: macro
108
- - type: recall
109
- name: Recall micro
110
- args:
111
- average: micro
112
- - type: recall
113
- name: Recall weighted
114
- args:
115
- average: weighted
116
  - config: irony
117
  task: text-classification
118
  task_id: binary_classification
@@ -123,36 +123,36 @@ train-eval-index:
123
  text: text
124
  label: target
125
  metrics:
126
- - type: accuracy
127
- name: Accuracy
128
- - type: f1
129
- name: F1 binary
130
- args:
131
- average: binary
132
- - type: precision
133
- name: Precision macro
134
- args:
135
- average: macro
136
- - type: precision
137
- name: Precision micro
138
- args:
139
- average: micro
140
- - type: precision
141
- name: Precision weighted
142
- args:
143
- average: weighted
144
- - type: recall
145
- name: Recall macro
146
- args:
147
- average: macro
148
- - type: recall
149
- name: Recall micro
150
- args:
151
- average: micro
152
- - type: recall
153
- name: Recall weighted
154
- args:
155
- average: weighted
156
  - config: offensive
157
  task: text-classification
158
  task_id: binary_classification
@@ -163,36 +163,36 @@ train-eval-index:
163
  text: text
164
  label: target
165
  metrics:
166
- - type: accuracy
167
- name: Accuracy
168
- - type: f1
169
- name: F1 binary
170
- args:
171
- average: binary
172
- - type: precision
173
- name: Precision macro
174
- args:
175
- average: macro
176
- - type: precision
177
- name: Precision micro
178
- args:
179
- average: micro
180
- - type: precision
181
- name: Precision weighted
182
- args:
183
- average: weighted
184
- - type: recall
185
- name: Recall macro
186
- args:
187
- average: macro
188
- - type: recall
189
- name: Recall micro
190
- args:
191
- average: micro
192
- - type: recall
193
- name: Recall weighted
194
- args:
195
- average: weighted
196
  - config: sentiment
197
  task: text-classification
198
  task_id: multi_class_classification
@@ -203,44 +203,44 @@ train-eval-index:
203
  text: text
204
  label: target
205
  metrics:
206
- - type: accuracy
207
- name: Accuracy
208
- - type: f1
209
- name: F1 macro
210
- args:
211
- average: macro
212
- - type: f1
213
- name: F1 micro
214
- args:
215
- average: micro
216
- - type: f1
217
- name: F1 weighted
218
- args:
219
- average: weighted
220
- - type: precision
221
- name: Precision macro
222
- args:
223
- average: macro
224
- - type: precision
225
- name: Precision micro
226
- args:
227
- average: micro
228
- - type: precision
229
- name: Precision weighted
230
- args:
231
- average: weighted
232
- - type: recall
233
- name: Recall macro
234
- args:
235
- average: macro
236
- - type: recall
237
- name: Recall micro
238
- args:
239
- average: micro
240
- - type: recall
241
- name: Recall weighted
242
- args:
243
- average: weighted
244
  configs:
245
  - emoji
246
  - emotion
@@ -253,6 +253,275 @@ configs:
253
  - stance_climate
254
  - stance_feminist
255
  - stance_hillary
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
256
  ---
257
 
258
  # Dataset Card for tweet_eval
@@ -715,4 +984,4 @@ If you use any of the TweetEval datasets, please cite their original publication
715
 
716
  ### Contributions
717
 
718
- Thanks to [@gchhablani](https://github.com/gchhablani) and [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
 
35
  text: text
36
  label: target
37
  metrics:
38
+ - type: accuracy
39
+ name: Accuracy
40
+ - type: f1
41
+ name: F1 macro
42
+ args:
43
+ average: macro
44
+ - type: f1
45
+ name: F1 micro
46
+ args:
47
+ average: micro
48
+ - type: f1
49
+ name: F1 weighted
50
+ args:
51
+ average: weighted
52
+ - type: precision
53
+ name: Precision macro
54
+ args:
55
+ average: macro
56
+ - type: precision
57
+ name: Precision micro
58
+ args:
59
+ average: micro
60
+ - type: precision
61
+ name: Precision weighted
62
+ args:
63
+ average: weighted
64
+ - type: recall
65
+ name: Recall macro
66
+ args:
67
+ average: macro
68
+ - type: recall
69
+ name: Recall micro
70
+ args:
71
+ average: micro
72
+ - type: recall
73
+ name: Recall weighted
74
+ args:
75
+ average: weighted
76
  - config: hate
77
  task: text-classification
78
  task_id: binary_classification
 
83
  text: text
84
  label: target
85
  metrics:
86
+ - type: accuracy
87
+ name: Accuracy
88
+ - type: f1
89
+ name: F1 binary
90
+ args:
91
+ average: binary
92
+ - type: precision
93
+ name: Precision macro
94
+ args:
95
+ average: macro
96
+ - type: precision
97
+ name: Precision micro
98
+ args:
99
+ average: micro
100
+ - type: precision
101
+ name: Precision weighted
102
+ args:
103
+ average: weighted
104
+ - type: recall
105
+ name: Recall macro
106
+ args:
107
+ average: macro
108
+ - type: recall
109
+ name: Recall micro
110
+ args:
111
+ average: micro
112
+ - type: recall
113
+ name: Recall weighted
114
+ args:
115
+ average: weighted
116
  - config: irony
117
  task: text-classification
118
  task_id: binary_classification
 
123
  text: text
124
  label: target
125
  metrics:
126
+ - type: accuracy
127
+ name: Accuracy
128
+ - type: f1
129
+ name: F1 binary
130
+ args:
131
+ average: binary
132
+ - type: precision
133
+ name: Precision macro
134
+ args:
135
+ average: macro
136
+ - type: precision
137
+ name: Precision micro
138
+ args:
139
+ average: micro
140
+ - type: precision
141
+ name: Precision weighted
142
+ args:
143
+ average: weighted
144
+ - type: recall
145
+ name: Recall macro
146
+ args:
147
+ average: macro
148
+ - type: recall
149
+ name: Recall micro
150
+ args:
151
+ average: micro
152
+ - type: recall
153
+ name: Recall weighted
154
+ args:
155
+ average: weighted
156
  - config: offensive
157
  task: text-classification
158
  task_id: binary_classification
 
163
  text: text
164
  label: target
165
  metrics:
166
+ - type: accuracy
167
+ name: Accuracy
168
+ - type: f1
169
+ name: F1 binary
170
+ args:
171
+ average: binary
172
+ - type: precision
173
+ name: Precision macro
174
+ args:
175
+ average: macro
176
+ - type: precision
177
+ name: Precision micro
178
+ args:
179
+ average: micro
180
+ - type: precision
181
+ name: Precision weighted
182
+ args:
183
+ average: weighted
184
+ - type: recall
185
+ name: Recall macro
186
+ args:
187
+ average: macro
188
+ - type: recall
189
+ name: Recall micro
190
+ args:
191
+ average: micro
192
+ - type: recall
193
+ name: Recall weighted
194
+ args:
195
+ average: weighted
196
  - config: sentiment
197
  task: text-classification
198
  task_id: multi_class_classification
 
203
  text: text
204
  label: target
205
  metrics:
206
+ - type: accuracy
207
+ name: Accuracy
208
+ - type: f1
209
+ name: F1 macro
210
+ args:
211
+ average: macro
212
+ - type: f1
213
+ name: F1 micro
214
+ args:
215
+ average: micro
216
+ - type: f1
217
+ name: F1 weighted
218
+ args:
219
+ average: weighted
220
+ - type: precision
221
+ name: Precision macro
222
+ args:
223
+ average: macro
224
+ - type: precision
225
+ name: Precision micro
226
+ args:
227
+ average: micro
228
+ - type: precision
229
+ name: Precision weighted
230
+ args:
231
+ average: weighted
232
+ - type: recall
233
+ name: Recall macro
234
+ args:
235
+ average: macro
236
+ - type: recall
237
+ name: Recall micro
238
+ args:
239
+ average: micro
240
+ - type: recall
241
+ name: Recall weighted
242
+ args:
243
+ average: weighted
244
  configs:
245
  - emoji
246
  - emotion
 
253
  - stance_climate
254
  - stance_feminist
255
  - stance_hillary
256
+ dataset_info:
257
+ - config_name: emoji
258
+ features:
259
+ - name: text
260
+ dtype: string
261
+ - name: label
262
+ dtype:
263
+ class_label:
264
+ names:
265
+ 0: ❀
266
+ 1: 😍
267
+ 2: πŸ˜‚
268
+ 3: πŸ’•
269
+ 4: πŸ”₯
270
+ 5: 😊
271
+ 6: 😎
272
+ 7: ✨
273
+ 8: πŸ’™
274
+ 9: 😘
275
+ 10: πŸ“·
276
+ 11: πŸ‡ΊπŸ‡Έ
277
+ 12: β˜€
278
+ 13: πŸ’œ
279
+ 14: πŸ˜‰
280
+ 15: πŸ’―
281
+ 16: 😁
282
+ 17: πŸŽ„
283
+ 18: πŸ“Έ
284
+ 19: 😜
285
+ splits:
286
+ - name: test
287
+ num_bytes: 4255921
288
+ num_examples: 50000
289
+ - name: train
290
+ num_bytes: 3803187
291
+ num_examples: 45000
292
+ - name: validation
293
+ num_bytes: 396083
294
+ num_examples: 5000
295
+ download_size: 7628721
296
+ dataset_size: 8455191
297
+ - config_name: emotion
298
+ features:
299
+ - name: text
300
+ dtype: string
301
+ - name: label
302
+ dtype:
303
+ class_label:
304
+ names:
305
+ 0: anger
306
+ 1: joy
307
+ 2: optimism
308
+ 3: sadness
309
+ splits:
310
+ - name: test
311
+ num_bytes: 146649
312
+ num_examples: 1421
313
+ - name: train
314
+ num_bytes: 338875
315
+ num_examples: 3257
316
+ - name: validation
317
+ num_bytes: 38277
318
+ num_examples: 374
319
+ download_size: 483813
320
+ dataset_size: 523801
321
+ - config_name: hate
322
+ features:
323
+ - name: text
324
+ dtype: string
325
+ - name: label
326
+ dtype:
327
+ class_label:
328
+ names:
329
+ 0: non-hate
330
+ 1: hate
331
+ splits:
332
+ - name: test
333
+ num_bytes: 428938
334
+ num_examples: 2970
335
+ - name: train
336
+ num_bytes: 1223654
337
+ num_examples: 9000
338
+ - name: validation
339
+ num_bytes: 154148
340
+ num_examples: 1000
341
+ download_size: 1703208
342
+ dataset_size: 1806740
343
+ - config_name: irony
344
+ features:
345
+ - name: text
346
+ dtype: string
347
+ - name: label
348
+ dtype:
349
+ class_label:
350
+ names:
351
+ 0: non_irony
352
+ 1: irony
353
+ splits:
354
+ - name: test
355
+ num_bytes: 75901
356
+ num_examples: 784
357
+ - name: train
358
+ num_bytes: 259191
359
+ num_examples: 2862
360
+ - name: validation
361
+ num_bytes: 86021
362
+ num_examples: 955
363
+ download_size: 385613
364
+ dataset_size: 421113
365
+ - config_name: offensive
366
+ features:
367
+ - name: text
368
+ dtype: string
369
+ - name: label
370
+ dtype:
371
+ class_label:
372
+ names:
373
+ 0: non-offensive
374
+ 1: offensive
375
+ splits:
376
+ - name: test
377
+ num_bytes: 135477
378
+ num_examples: 860
379
+ - name: train
380
+ num_bytes: 1648069
381
+ num_examples: 11916
382
+ - name: validation
383
+ num_bytes: 192421
384
+ num_examples: 1324
385
+ download_size: 1863383
386
+ dataset_size: 1975967
387
+ - config_name: sentiment
388
+ features:
389
+ - name: text
390
+ dtype: string
391
+ - name: label
392
+ dtype:
393
+ class_label:
394
+ names:
395
+ 0: negative
396
+ 1: neutral
397
+ 2: positive
398
+ splits:
399
+ - name: test
400
+ num_bytes: 1279548
401
+ num_examples: 12284
402
+ - name: train
403
+ num_bytes: 5425142
404
+ num_examples: 45615
405
+ - name: validation
406
+ num_bytes: 239088
407
+ num_examples: 2000
408
+ download_size: 6465841
409
+ dataset_size: 6943778
410
+ - config_name: stance_abortion
411
+ features:
412
+ - name: text
413
+ dtype: string
414
+ - name: label
415
+ dtype:
416
+ class_label:
417
+ names:
418
+ 0: none
419
+ 1: against
420
+ 2: favor
421
+ splits:
422
+ - name: test
423
+ num_bytes: 33175
424
+ num_examples: 280
425
+ - name: train
426
+ num_bytes: 68698
427
+ num_examples: 587
428
+ - name: validation
429
+ num_bytes: 7661
430
+ num_examples: 66
431
+ download_size: 102062
432
+ dataset_size: 109534
433
+ - config_name: stance_atheism
434
+ features:
435
+ - name: text
436
+ dtype: string
437
+ - name: label
438
+ dtype:
439
+ class_label:
440
+ names:
441
+ 0: none
442
+ 1: against
443
+ 2: favor
444
+ splits:
445
+ - name: test
446
+ num_bytes: 25720
447
+ num_examples: 220
448
+ - name: train
449
+ num_bytes: 54779
450
+ num_examples: 461
451
+ - name: validation
452
+ num_bytes: 6324
453
+ num_examples: 52
454
+ download_size: 80947
455
+ dataset_size: 86823
456
+ - config_name: stance_climate
457
+ features:
458
+ - name: text
459
+ dtype: string
460
+ - name: label
461
+ dtype:
462
+ class_label:
463
+ names:
464
+ 0: none
465
+ 1: against
466
+ 2: favor
467
+ splits:
468
+ - name: test
469
+ num_bytes: 19929
470
+ num_examples: 169
471
+ - name: train
472
+ num_bytes: 40253
473
+ num_examples: 355
474
+ - name: validation
475
+ num_bytes: 4805
476
+ num_examples: 40
477
+ download_size: 60463
478
+ dataset_size: 64987
479
+ - config_name: stance_feminist
480
+ features:
481
+ - name: text
482
+ dtype: string
483
+ - name: label
484
+ dtype:
485
+ class_label:
486
+ names:
487
+ 0: none
488
+ 1: against
489
+ 2: favor
490
+ splits:
491
+ - name: test
492
+ num_bytes: 33309
493
+ num_examples: 285
494
+ - name: train
495
+ num_bytes: 70513
496
+ num_examples: 597
497
+ - name: validation
498
+ num_bytes: 8039
499
+ num_examples: 67
500
+ download_size: 104257
501
+ dataset_size: 111861
502
+ - config_name: stance_hillary
503
+ features:
504
+ - name: text
505
+ dtype: string
506
+ - name: label
507
+ dtype:
508
+ class_label:
509
+ names:
510
+ 0: none
511
+ 1: against
512
+ 2: favor
513
+ splits:
514
+ - name: test
515
+ num_bytes: 34491
516
+ num_examples: 295
517
+ - name: train
518
+ num_bytes: 69600
519
+ num_examples: 620
520
+ - name: validation
521
+ num_bytes: 7536
522
+ num_examples: 69
523
+ download_size: 103745
524
+ dataset_size: 111627
525
  ---
526
 
527
  # Dataset Card for tweet_eval
 
984
 
985
  ### Contributions
986
 
987
+ Thanks to [@gchhablani](https://github.com/gchhablani) and [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.