severo HF staff commited on
Commit
2664ad9
1 Parent(s): e64fe4a

upload the next config

Browse files
README.md CHANGED
@@ -201,6 +201,32 @@ dataset_info:
201
  num_examples: 130
202
  download_size: 37534409
203
  dataset_size: 37774390.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  - config_name: matching
205
  features:
206
  - name: image
@@ -638,6 +664,14 @@ configs:
638
  path: explanation_from_pixels_1/validation-*
639
  - split: test
640
  path: explanation_from_pixels_1/test-*
 
 
 
 
 
 
 
 
641
  - config_name: matching
642
  data_files:
643
  - split: train
 
201
  num_examples: 130
202
  download_size: 37534409
203
  dataset_size: 37774390.0
204
+ - config_name: explanation_from_pixels_2
205
+ features:
206
+ - name: image
207
+ dtype: image
208
+ - name: contest_number
209
+ dtype: int32
210
+ - name: caption_choices
211
+ dtype: string
212
+ - name: label
213
+ dtype: string
214
+ - name: n_tokens_label
215
+ dtype: int32
216
+ - name: instance_id
217
+ dtype: string
218
+ splits:
219
+ - name: train
220
+ num_bytes: 22566608.0
221
+ num_examples: 391
222
+ - name: validation
223
+ num_bytes: 7376225.0
224
+ num_examples: 132
225
+ - name: test
226
+ num_bytes: 7831556.0
227
+ num_examples: 128
228
+ download_size: 37544724
229
+ dataset_size: 37774389.0
230
  - config_name: matching
231
  features:
232
  - name: image
 
664
  path: explanation_from_pixels_1/validation-*
665
  - split: test
666
  path: explanation_from_pixels_1/test-*
667
+ - config_name: explanation_from_pixels_2
668
+ data_files:
669
+ - split: train
670
+ path: explanation_from_pixels_2/train-*
671
+ - split: validation
672
+ path: explanation_from_pixels_2/validation-*
673
+ - split: test
674
+ path: explanation_from_pixels_2/test-*
675
  - config_name: matching
676
  data_files:
677
  - split: train
dataset_infos.json CHANGED
@@ -1407,44 +1407,34 @@
1407
  "license": "",
1408
  "features": {
1409
  "image": {
1410
- "decode": true,
1411
- "id": null,
1412
  "_type": "Image"
1413
  },
1414
  "contest_number": {
1415
  "dtype": "int32",
1416
- "id": null,
1417
  "_type": "Value"
1418
  },
1419
  "caption_choices": {
1420
  "dtype": "string",
1421
- "id": null,
1422
  "_type": "Value"
1423
  },
1424
  "label": {
1425
  "dtype": "string",
1426
- "id": null,
1427
  "_type": "Value"
1428
  },
1429
  "n_tokens_label": {
1430
  "dtype": "int32",
1431
- "id": null,
1432
  "_type": "Value"
1433
  },
1434
  "instance_id": {
1435
  "dtype": "string",
1436
- "id": null,
1437
  "_type": "Value"
1438
  }
1439
  },
1440
- "post_processed": null,
1441
- "supervised_keys": null,
1442
- "task_templates": null,
1443
  "builder_name": "newyorker_caption_contest",
 
1444
  "config_name": "explanation_from_pixels_2",
1445
  "version": {
1446
  "version_str": "1.0.0",
1447
- "description": null,
1448
  "major": 1,
1449
  "minor": 0,
1450
  "patch": 0
@@ -1452,37 +1442,26 @@
1452
  "splits": {
1453
  "train": {
1454
  "name": "train",
1455
- "num_bytes": 232956,
1456
  "num_examples": 391,
1457
- "dataset_name": "newyorker_caption_contest"
1458
  },
1459
  "validation": {
1460
  "name": "validation",
1461
- "num_bytes": 79386,
1462
  "num_examples": 132,
1463
- "dataset_name": "newyorker_caption_contest"
1464
  },
1465
  "test": {
1466
  "name": "test",
1467
- "num_bytes": 78219,
1468
  "num_examples": 128,
1469
- "dataset_name": "newyorker_caption_contest"
1470
- }
1471
- },
1472
- "download_checksums": {
1473
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_2.zip": {
1474
- "num_bytes": 122669,
1475
- "checksum": "e51447c1c4a760d47c0c647fc203d96295ae06ad87166c3a6db383eaa3f7e78e"
1476
- },
1477
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
1478
- "num_bytes": 39523209,
1479
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
1480
  }
1481
  },
1482
- "download_size": 39645878,
1483
- "post_processing_size": null,
1484
- "dataset_size": 390561,
1485
- "size_in_bytes": 40036439
1486
  },
1487
  "matching_3": {
1488
  "description": "There are 3 caption contest tasks, described in the paper. In the Matching multiple choice task, models must recognize a caption written about a cartoon (vs. options that were not). In the Quality Ranking task, models must evaluate the quality\nof that caption by scoring it more highly than a lower quality option from the same contest. In the Explanation Generation task, models must explain why the joke is funny.\nYou are given a cartoon and 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n",
 
1407
  "license": "",
1408
  "features": {
1409
  "image": {
 
 
1410
  "_type": "Image"
1411
  },
1412
  "contest_number": {
1413
  "dtype": "int32",
 
1414
  "_type": "Value"
1415
  },
1416
  "caption_choices": {
1417
  "dtype": "string",
 
1418
  "_type": "Value"
1419
  },
1420
  "label": {
1421
  "dtype": "string",
 
1422
  "_type": "Value"
1423
  },
1424
  "n_tokens_label": {
1425
  "dtype": "int32",
 
1426
  "_type": "Value"
1427
  },
1428
  "instance_id": {
1429
  "dtype": "string",
 
1430
  "_type": "Value"
1431
  }
1432
  },
 
 
 
1433
  "builder_name": "newyorker_caption_contest",
1434
+ "dataset_name": "newyorker_caption_contest",
1435
  "config_name": "explanation_from_pixels_2",
1436
  "version": {
1437
  "version_str": "1.0.0",
 
1438
  "major": 1,
1439
  "minor": 0,
1440
  "patch": 0
 
1442
  "splits": {
1443
  "train": {
1444
  "name": "train",
1445
+ "num_bytes": 22566608.0,
1446
  "num_examples": 391,
1447
+ "dataset_name": null
1448
  },
1449
  "validation": {
1450
  "name": "validation",
1451
+ "num_bytes": 7376225.0,
1452
  "num_examples": 132,
1453
+ "dataset_name": null
1454
  },
1455
  "test": {
1456
  "name": "test",
1457
+ "num_bytes": 7831556.0,
1458
  "num_examples": 128,
1459
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
1460
  }
1461
  },
1462
+ "download_size": 37544724,
1463
+ "dataset_size": 37774389.0,
1464
+ "size_in_bytes": 75319113.0
 
1465
  },
1466
  "matching_3": {
1467
  "description": "There are 3 caption contest tasks, described in the paper. In the Matching multiple choice task, models must recognize a caption written about a cartoon (vs. options that were not). In the Quality Ranking task, models must evaluate the quality\nof that caption by scoring it more highly than a lower quality option from the same contest. In the Explanation Generation task, models must explain why the joke is funny.\nYou are given a cartoon and 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n",
explanation_from_pixels_2/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:922312c37c5b98b92857d0ba3b0e54df0d8340f4a7d907ad0fd4bbb3a220bffc
3
+ size 7789346
explanation_from_pixels_2/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:387c52bb8bf42cf0b48765fe89f0c70983d1d9df64ffc3f345b47626f477d657
3
+ size 22422473
explanation_from_pixels_2/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6de829da8d3bbb4b10d1cf56ef6688bcaef0d1df62d5e5c8d4b19462b95656d
3
+ size 7332905