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

Add stance_abortion data files

Browse files
README.md CHANGED
@@ -203,16 +203,16 @@ dataset_info:
203
  '2': favor
204
  splits:
205
  - name: train
206
- num_bytes: 68698
207
  num_examples: 587
208
  - name: test
209
- num_bytes: 33175
210
  num_examples: 280
211
  - name: validation
212
- num_bytes: 7661
213
  num_examples: 66
214
- download_size: 102062
215
- dataset_size: 109534
216
  - config_name: stance_atheism
217
  features:
218
  - name: text
@@ -354,6 +354,14 @@ configs:
354
  path: sentiment/test-*
355
  - split: validation
356
  path: sentiment/validation-*
 
 
 
 
 
 
 
 
357
  train-eval-index:
358
  - config: emotion
359
  task: text-classification
 
203
  '2': favor
204
  splits:
205
  - name: train
206
+ num_bytes: 68694
207
  num_examples: 587
208
  - name: test
209
+ num_bytes: 33171
210
  num_examples: 280
211
  - name: validation
212
+ num_bytes: 7657
213
  num_examples: 66
214
+ download_size: 73517
215
+ dataset_size: 109522
216
  - config_name: stance_atheism
217
  features:
218
  - name: text
 
354
  path: sentiment/test-*
355
  - split: validation
356
  path: sentiment/validation-*
357
+ - config_name: stance_abortion
358
+ data_files:
359
+ - split: train
360
+ path: stance_abortion/train-*
361
+ - split: test
362
+ path: stance_abortion/test-*
363
+ - split: validation
364
+ path: stance_abortion/validation-*
365
  train-eval-index:
366
  - config: emotion
367
  task: text-classification
dataset_infos.json CHANGED
@@ -334,28 +334,22 @@
334
  "features": {
335
  "text": {
336
  "dtype": "string",
337
- "id": null,
338
  "_type": "Value"
339
  },
340
  "label": {
341
- "num_classes": 3,
342
  "names": [
343
  "none",
344
  "against",
345
  "favor"
346
  ],
347
- "names_file": null,
348
- "id": null,
349
  "_type": "ClassLabel"
350
  }
351
  },
352
- "post_processed": null,
353
- "supervised_keys": null,
354
- "builder_name": " tweet_eval",
355
  "config_name": "stance_abortion",
356
  "version": {
357
  "version_str": "1.1.0",
358
- "description": null,
359
  "major": 1,
360
  "minor": 1,
361
  "patch": 0
@@ -363,53 +357,26 @@
363
  "splits": {
364
  "train": {
365
  "name": "train",
366
- "num_bytes": 68698,
367
  "num_examples": 587,
368
- "dataset_name": " tweet_eval"
369
  },
370
  "test": {
371
  "name": "test",
372
- "num_bytes": 33175,
373
  "num_examples": 280,
374
- "dataset_name": " tweet_eval"
375
  },
376
  "validation": {
377
  "name": "validation",
378
- "num_bytes": 7661,
379
  "num_examples": 66,
380
- "dataset_name": " tweet_eval"
381
- }
382
- },
383
- "download_checksums": {
384
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/train_text.txt": {
385
- "num_bytes": 62828,
386
- "checksum": "a421d5b8fd9f972970b9275b83f65745bf81986d2a412b4caa2ba071f3efa916"
387
- },
388
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/train_labels.txt": {
389
- "num_bytes": 1174,
390
- "checksum": "e6786a594bd9a083c524a0f420c690351140b52af288f487cb4772d29675b014"
391
- },
392
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/test_text.txt": {
393
- "num_bytes": 30371,
394
- "checksum": "bf0e16a0b8ca4cf0ab90efbc560db3151c288fc842f5e3c6554e8589d521556a"
395
- },
396
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/test_labels.txt": {
397
- "num_bytes": 560,
398
- "checksum": "c90e6d36d863f876d6661620d37b613b4b07858a5277c8d6623713ee59ca451c"
399
- },
400
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/val_text.txt": {
401
- "num_bytes": 6997,
402
- "checksum": "0428ab3f2894936f2445a9020763c2bd19ed42986872168bb65886dede5843fd"
403
- },
404
- "https://raw.githubusercontent.com/cardiffnlp/tweeteval/main/datasets/stance/abortion/val_labels.txt": {
405
- "num_bytes": 132,
406
- "checksum": "8df57a50823d5f3683ecf75d824a42e3b08eb52e25e3e2d6928f523097a0c050"
407
  }
408
  },
409
- "download_size": 102062,
410
- "post_processing_size": null,
411
- "dataset_size": 109534,
412
- "size_in_bytes": 211596
413
  },
414
  "stance_atheism": {
415
  "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",
 
334
  "features": {
335
  "text": {
336
  "dtype": "string",
 
337
  "_type": "Value"
338
  },
339
  "label": {
 
340
  "names": [
341
  "none",
342
  "against",
343
  "favor"
344
  ],
 
 
345
  "_type": "ClassLabel"
346
  }
347
  },
348
+ "builder_name": "tweet_eval",
349
+ "dataset_name": "tweet_eval",
 
350
  "config_name": "stance_abortion",
351
  "version": {
352
  "version_str": "1.1.0",
 
353
  "major": 1,
354
  "minor": 1,
355
  "patch": 0
 
357
  "splits": {
358
  "train": {
359
  "name": "train",
360
+ "num_bytes": 68694,
361
  "num_examples": 587,
362
+ "dataset_name": null
363
  },
364
  "test": {
365
  "name": "test",
366
+ "num_bytes": 33171,
367
  "num_examples": 280,
368
+ "dataset_name": null
369
  },
370
  "validation": {
371
  "name": "validation",
372
+ "num_bytes": 7657,
373
  "num_examples": 66,
374
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
375
  }
376
  },
377
+ "download_size": 73517,
378
+ "dataset_size": 109522,
379
+ "size_in_bytes": 183039
 
380
  },
381
  "stance_atheism": {
382
  "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_abortion/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c25f9b438767cbc25f143beac32f7ade213baa5c436be32733e0b718d1140f6
3
+ size 22513
stance_abortion/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d90ce50ba5ed14d7600bc9ca919c2ac2b9f58141b80d63b96fa17027607bd20
3
+ size 43712
stance_abortion/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ac5a9696577bb1622b12bec44ac8222f26f2109cb6a2c0abc27305fa93bf56
3
+ size 7292