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

Add stance_climate data files

Browse files
README.md CHANGED
@@ -249,16 +249,16 @@ dataset_info:
249
  '2': favor
250
  splits:
251
  - name: train
252
- num_bytes: 40253
253
  num_examples: 355
254
  - name: test
255
- num_bytes: 19929
256
  num_examples: 169
257
  - name: validation
258
- num_bytes: 4805
259
  num_examples: 40
260
- download_size: 60463
261
- dataset_size: 64987
262
  - config_name: stance_feminist
263
  features:
264
  - name: text
@@ -370,6 +370,14 @@ configs:
370
  path: stance_atheism/test-*
371
  - split: validation
372
  path: stance_atheism/validation-*
 
 
 
 
 
 
 
 
373
  train-eval-index:
374
  - config: emotion
375
  task: text-classification
 
249
  '2': favor
250
  splits:
251
  - name: train
252
+ num_bytes: 40249
253
  num_examples: 355
254
  - name: test
255
+ num_bytes: 19925
256
  num_examples: 169
257
  - name: validation
258
+ num_bytes: 4801
259
  num_examples: 40
260
+ download_size: 48493
261
+ dataset_size: 64975
262
  - config_name: stance_feminist
263
  features:
264
  - name: text
 
370
  path: stance_atheism/test-*
371
  - split: validation
372
  path: stance_atheism/validation-*
373
+ - config_name: stance_climate
374
+ data_files:
375
+ - split: train
376
+ path: stance_climate/train-*
377
+ - split: test
378
+ path: stance_climate/test-*
379
+ - split: validation
380
+ path: stance_climate/validation-*
381
  train-eval-index:
382
  - config: emotion
383
  task: text-classification
dataset_infos.json CHANGED
@@ -438,28 +438,22 @@
438
  "features": {
439
  "text": {
440
  "dtype": "string",
441
- "id": null,
442
  "_type": "Value"
443
  },
444
  "label": {
445
- "num_classes": 3,
446
  "names": [
447
  "none",
448
  "against",
449
  "favor"
450
  ],
451
- "names_file": null,
452
- "id": null,
453
  "_type": "ClassLabel"
454
  }
455
  },
456
- "post_processed": null,
457
- "supervised_keys": null,
458
- "builder_name": " tweet_eval",
459
  "config_name": "stance_climate",
460
  "version": {
461
  "version_str": "1.1.0",
462
- "description": null,
463
  "major": 1,
464
  "minor": 1,
465
  "patch": 0
@@ -467,53 +461,26 @@
467
  "splits": {
468
  "train": {
469
  "name": "train",
470
- "num_bytes": 40253,
471
  "num_examples": 355,
472
- "dataset_name": " tweet_eval"
473
  },
474
  "test": {
475
  "name": "test",
476
- "num_bytes": 19929,
477
  "num_examples": 169,
478
- "dataset_name": " tweet_eval"
479
  },
480
  "validation": {
481
  "name": "validation",
482
- "num_bytes": 4805,
483
  "num_examples": 40,
484
- "dataset_name": " tweet_eval"
485
- }
486
- },
487
- "download_checksums": {
488
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/train_text.txt": {
489
- "num_bytes": 36699,
490
- "checksum": "4803211832d318026323a8e5014cff1b95e1c8c3854378101e5d1a8c82582eb7"
491
- },
492
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/train_labels.txt": {
493
- "num_bytes": 710,
494
- "checksum": "d6274f55bc95f5a7f2ae591b886c1414a7664aaf4e0c609f4ba6cf377929af18"
495
- },
496
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/test_text.txt": {
497
- "num_bytes": 18235,
498
- "checksum": "41ee8ee2ad3c36e0629654fdb271f37775197c79be8b299adbeadd2003b63c53"
499
- },
500
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/test_labels.txt": {
501
- "num_bytes": 338,
502
- "checksum": "193c9f2358f61d9efe558324ec89ecaf08e600a44b68128f47838c01d9f98dfd"
503
- },
504
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/val_text.txt": {
505
- "num_bytes": 4401,
506
- "checksum": "fc5714703add266801ee2fd98296ea20ec0879e89cdb9f906d9812d9f640f2ba"
507
- },
508
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/climate/val_labels.txt": {
509
- "num_bytes": 80,
510
- "checksum": "0cb133ab9b137292f075210db45f7e293dc52798a4e21e59037bfcfe66c97aa6"
511
  }
512
  },
513
- "download_size": 60463,
514
- "post_processing_size": null,
515
- "dataset_size": 64987,
516
- "size_in_bytes": 125450
517
  },
518
  "stance_feminist": {
519
  "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",
 
438
  "features": {
439
  "text": {
440
  "dtype": "string",
 
441
  "_type": "Value"
442
  },
443
  "label": {
 
444
  "names": [
445
  "none",
446
  "against",
447
  "favor"
448
  ],
 
 
449
  "_type": "ClassLabel"
450
  }
451
  },
452
+ "builder_name": "tweet_eval",
453
+ "dataset_name": "tweet_eval",
 
454
  "config_name": "stance_climate",
455
  "version": {
456
  "version_str": "1.1.0",
 
457
  "major": 1,
458
  "minor": 1,
459
  "patch": 0
 
461
  "splits": {
462
  "train": {
463
  "name": "train",
464
+ "num_bytes": 40249,
465
  "num_examples": 355,
466
+ "dataset_name": null
467
  },
468
  "test": {
469
  "name": "test",
470
+ "num_bytes": 19925,
471
  "num_examples": 169,
472
+ "dataset_name": null
473
  },
474
  "validation": {
475
  "name": "validation",
476
+ "num_bytes": 4801,
477
  "num_examples": 40,
478
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
479
  }
480
  },
481
+ "download_size": 48493,
482
+ "dataset_size": 64975,
483
+ "size_in_bytes": 113468
 
484
  },
485
  "stance_feminist": {
486
  "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_climate/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda4111271a268e0d2513d8effa704395f59ce2b8ece90f93e4a96d2c16dc8b9
3
+ size 14897
stance_climate/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:248ba3695bba19f1fcef9c65421d81c65fa3a76570f1d7d3766872022e96b224
3
+ size 28127
stance_climate/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f4d174e3f9f7c526b532409fa4ca59abd27d9eb35c03df4daa2e9e64366f8c5
3
+ size 5469