albertvillanova HF staff commited on
Commit
449c8d5
β€’
1 Parent(s): 55864a3

Add stance_atheism data files

Browse files
README.md CHANGED
@@ -226,16 +226,16 @@ dataset_info:
226
  '2': favor
227
  splits:
228
  - name: train
229
- num_bytes: 54779
230
  num_examples: 461
231
  - name: test
232
- num_bytes: 25720
233
  num_examples: 220
234
  - name: validation
235
- num_bytes: 6324
236
  num_examples: 52
237
- download_size: 80947
238
- dataset_size: 86823
239
  - config_name: stance_climate
240
  features:
241
  - name: text
@@ -362,6 +362,14 @@ configs:
362
  path: stance_abortion/test-*
363
  - split: validation
364
  path: stance_abortion/validation-*
 
 
 
 
 
 
 
 
365
  train-eval-index:
366
  - config: emotion
367
  task: text-classification
 
226
  '2': favor
227
  splits:
228
  - name: train
229
+ num_bytes: 54775
230
  num_examples: 461
231
  - name: test
232
+ num_bytes: 25716
233
  num_examples: 220
234
  - name: validation
235
+ num_bytes: 6320
236
  num_examples: 52
237
+ download_size: 62265
238
+ dataset_size: 86811
239
  - config_name: stance_climate
240
  features:
241
  - name: text
 
362
  path: stance_abortion/test-*
363
  - split: validation
364
  path: stance_abortion/validation-*
365
+ - config_name: stance_atheism
366
+ data_files:
367
+ - split: train
368
+ path: stance_atheism/train-*
369
+ - split: test
370
+ path: stance_atheism/test-*
371
+ - split: validation
372
+ path: stance_atheism/validation-*
373
  train-eval-index:
374
  - config: emotion
375
  task: text-classification
dataset_infos.json CHANGED
@@ -386,28 +386,22 @@
386
  "features": {
387
  "text": {
388
  "dtype": "string",
389
- "id": null,
390
  "_type": "Value"
391
  },
392
  "label": {
393
- "num_classes": 3,
394
  "names": [
395
  "none",
396
  "against",
397
  "favor"
398
  ],
399
- "names_file": null,
400
- "id": null,
401
  "_type": "ClassLabel"
402
  }
403
  },
404
- "post_processed": null,
405
- "supervised_keys": null,
406
- "builder_name": " tweet_eval",
407
  "config_name": "stance_atheism",
408
  "version": {
409
  "version_str": "1.1.0",
410
- "description": null,
411
  "major": 1,
412
  "minor": 1,
413
  "patch": 0
@@ -415,53 +409,26 @@
415
  "splits": {
416
  "train": {
417
  "name": "train",
418
- "num_bytes": 54779,
419
  "num_examples": 461,
420
- "dataset_name": " tweet_eval"
421
  },
422
  "test": {
423
  "name": "test",
424
- "num_bytes": 25720,
425
  "num_examples": 220,
426
- "dataset_name": " tweet_eval"
427
  },
428
  "validation": {
429
  "name": "validation",
430
- "num_bytes": 6324,
431
  "num_examples": 52,
432
- "dataset_name": " tweet_eval"
433
- }
434
- },
435
- "download_checksums": {
436
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/train_text.txt": {
437
- "num_bytes": 50165,
438
- "checksum": "0e82f1d4a16d79a38a68aee761762cf8a846bc8f7f9395670ca44e2ecf2f58f7"
439
- },
440
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/train_labels.txt": {
441
- "num_bytes": 922,
442
- "checksum": "a764aac1a75ccb32c4ffc4c03c66dc365cb50f013d3e94549bf775636cbc8373"
443
- },
444
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/test_text.txt": {
445
- "num_bytes": 23516,
446
- "checksum": "16c5336b2cba606ca63a6afcc50241be63a8fccf021628c6505449439b9d54b3"
447
- },
448
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/test_labels.txt": {
449
- "num_bytes": 440,
450
- "checksum": "4ef7c9398d265cfac625092c834e43cef9da9cb318e563493abb64f65dfe1b52"
451
- },
452
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/val_text.txt": {
453
- "num_bytes": 5800,
454
- "checksum": "5fe14c4c01f87a45dba640dddbb1d1909a893f9565f159c48fa1ba35bb46c209"
455
- },
456
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/atheism/val_labels.txt": {
457
- "num_bytes": 104,
458
- "checksum": "638095b3582f927fd1481cdb8d1f9f670f8d27880baf32c0b26c5946fd8f8292"
459
  }
460
  },
461
- "download_size": 80947,
462
- "post_processing_size": null,
463
- "dataset_size": 86823,
464
- "size_in_bytes": 167770
465
  },
466
  "stance_climate": {
467
  "description": "TweetEval consists of seven heterogenous tasks in Twitter, all framed as multi-class tweet classification. All tasks have been unified into the same benchmark, with each dataset presented in the same format and with fixed training, validation and test splits.\n",
 
386
  "features": {
387
  "text": {
388
  "dtype": "string",
 
389
  "_type": "Value"
390
  },
391
  "label": {
 
392
  "names": [
393
  "none",
394
  "against",
395
  "favor"
396
  ],
 
 
397
  "_type": "ClassLabel"
398
  }
399
  },
400
+ "builder_name": "tweet_eval",
401
+ "dataset_name": "tweet_eval",
 
402
  "config_name": "stance_atheism",
403
  "version": {
404
  "version_str": "1.1.0",
 
405
  "major": 1,
406
  "minor": 1,
407
  "patch": 0
 
409
  "splits": {
410
  "train": {
411
  "name": "train",
412
+ "num_bytes": 54775,
413
  "num_examples": 461,
414
+ "dataset_name": null
415
  },
416
  "test": {
417
  "name": "test",
418
+ "num_bytes": 25716,
419
  "num_examples": 220,
420
+ "dataset_name": null
421
  },
422
  "validation": {
423
  "name": "validation",
424
+ "num_bytes": 6320,
425
  "num_examples": 52,
426
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
427
  }
428
  },
429
+ "download_size": 62265,
430
+ "dataset_size": 86811,
431
+ "size_in_bytes": 149076
 
432
  },
433
  "stance_climate": {
434
  "description": "TweetEval consists of seven heterogenous tasks in Twitter, all framed as multi-class tweet classification. All tasks have been unified into the same benchmark, with each dataset presented in the same format and with fixed training, validation and test splits.\n",
stance_atheism/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b92549ee5a2d90448a1fac4ed509765e1b166abb91705e997a62a54e3606127c
3
+ size 19358
stance_atheism/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d915d95b5a313db91f3737d095aa89db6b9e749c7838e00fe844ff5a6f98661
3
+ size 36467
stance_atheism/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f10c1952169a56231bf2f4c9548e98843219311170fec4fe1fd4557cc1b85f9c
3
+ size 6440