severo commited on
Commit
7f99f18
1 Parent(s): eb8e7a0

upload the next config

Browse files
README.md CHANGED
@@ -457,6 +457,32 @@ dataset_info:
457
  num_examples: 546
458
  download_size: 137890850
459
  dataset_size: 165746725.505
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
460
  - config_name: ranking
461
  features:
462
  - name: image
@@ -766,6 +792,14 @@ configs:
766
  path: matching_from_pixels_2/validation-*
767
  - split: test
768
  path: matching_from_pixels_2/test-*
 
 
 
 
 
 
 
 
769
  - config_name: ranking
770
  data_files:
771
  - split: train
 
457
  num_examples: 546
458
  download_size: 137890850
459
  dataset_size: 165746725.505
460
+ - config_name: matching_from_pixels_3
461
+ features:
462
+ - name: image
463
+ dtype: image
464
+ - name: contest_number
465
+ dtype: int32
466
+ - name: caption_choices
467
+ sequence: string
468
+ - name: label
469
+ dtype: string
470
+ - name: n_tokens_label
471
+ dtype: int32
472
+ - name: instance_id
473
+ dtype: string
474
+ splits:
475
+ - name: train
476
+ num_bytes: 99928910.28
477
+ num_examples: 1605
478
+ - name: validation
479
+ num_bytes: 34380303.0
480
+ num_examples: 546
481
+ - name: test
482
+ num_bytes: 33236000.0
483
+ num_examples: 540
484
+ download_size: 139585876
485
+ dataset_size: 167545213.28
486
  - config_name: ranking
487
  features:
488
  - name: image
 
792
  path: matching_from_pixels_2/validation-*
793
  - split: test
794
  path: matching_from_pixels_2/test-*
795
+ - config_name: matching_from_pixels_3
796
+ data_files:
797
+ - split: train
798
+ path: matching_from_pixels_3/train-*
799
+ - split: validation
800
+ path: matching_from_pixels_3/validation-*
801
+ - split: test
802
+ path: matching_from_pixels_3/test-*
803
  - config_name: ranking
804
  data_files:
805
  - split: train
dataset_infos.json CHANGED
@@ -1566,49 +1566,37 @@
1566
  "license": "",
1567
  "features": {
1568
  "image": {
1569
- "decode": true,
1570
- "id": null,
1571
  "_type": "Image"
1572
  },
1573
  "contest_number": {
1574
  "dtype": "int32",
1575
- "id": null,
1576
  "_type": "Value"
1577
  },
1578
  "caption_choices": {
1579
  "feature": {
1580
  "dtype": "string",
1581
- "id": null,
1582
  "_type": "Value"
1583
  },
1584
- "length": -1,
1585
- "id": null,
1586
  "_type": "Sequence"
1587
  },
1588
  "label": {
1589
  "dtype": "string",
1590
- "id": null,
1591
  "_type": "Value"
1592
  },
1593
  "n_tokens_label": {
1594
  "dtype": "int32",
1595
- "id": null,
1596
  "_type": "Value"
1597
  },
1598
  "instance_id": {
1599
  "dtype": "string",
1600
- "id": null,
1601
  "_type": "Value"
1602
  }
1603
  },
1604
- "post_processed": null,
1605
- "supervised_keys": null,
1606
- "task_templates": null,
1607
  "builder_name": "newyorker_caption_contest",
 
1608
  "config_name": "matching_from_pixels_3",
1609
  "version": {
1610
  "version_str": "1.0.0",
1611
- "description": null,
1612
  "major": 1,
1613
  "minor": 0,
1614
  "patch": 0
@@ -1616,37 +1604,26 @@
1616
  "splits": {
1617
  "train": {
1618
  "name": "train",
1619
- "num_bytes": 740655,
1620
  "num_examples": 1605,
1621
- "dataset_name": "newyorker_caption_contest"
1622
  },
1623
  "validation": {
1624
  "name": "validation",
1625
- "num_bytes": 256896,
1626
  "num_examples": 546,
1627
- "dataset_name": "newyorker_caption_contest"
1628
  },
1629
  "test": {
1630
  "name": "test",
1631
- "num_bytes": 252854,
1632
  "num_examples": 540,
1633
- "dataset_name": "newyorker_caption_contest"
1634
- }
1635
- },
1636
- "download_checksums": {
1637
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_3.zip": {
1638
- "num_bytes": 308596,
1639
- "checksum": "8e30f3c272550883e989fa36f0957b860b38a689dea3d6ea2fed71403feddeca"
1640
- },
1641
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
1642
- "num_bytes": 39523209,
1643
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
1644
  }
1645
  },
1646
- "download_size": 39831805,
1647
- "post_processing_size": null,
1648
- "dataset_size": 1250405,
1649
- "size_in_bytes": 41082210
1650
  },
1651
  "ranking_3": {
1652
  "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 2 captions. One of the captions was selected by crowd voting or New Yorker editors as high quality. You must select it.\n",
 
1566
  "license": "",
1567
  "features": {
1568
  "image": {
 
 
1569
  "_type": "Image"
1570
  },
1571
  "contest_number": {
1572
  "dtype": "int32",
 
1573
  "_type": "Value"
1574
  },
1575
  "caption_choices": {
1576
  "feature": {
1577
  "dtype": "string",
 
1578
  "_type": "Value"
1579
  },
 
 
1580
  "_type": "Sequence"
1581
  },
1582
  "label": {
1583
  "dtype": "string",
 
1584
  "_type": "Value"
1585
  },
1586
  "n_tokens_label": {
1587
  "dtype": "int32",
 
1588
  "_type": "Value"
1589
  },
1590
  "instance_id": {
1591
  "dtype": "string",
 
1592
  "_type": "Value"
1593
  }
1594
  },
 
 
 
1595
  "builder_name": "newyorker_caption_contest",
1596
+ "dataset_name": "newyorker_caption_contest",
1597
  "config_name": "matching_from_pixels_3",
1598
  "version": {
1599
  "version_str": "1.0.0",
 
1600
  "major": 1,
1601
  "minor": 0,
1602
  "patch": 0
 
1604
  "splits": {
1605
  "train": {
1606
  "name": "train",
1607
+ "num_bytes": 99928910.28,
1608
  "num_examples": 1605,
1609
+ "dataset_name": null
1610
  },
1611
  "validation": {
1612
  "name": "validation",
1613
+ "num_bytes": 34380303.0,
1614
  "num_examples": 546,
1615
+ "dataset_name": null
1616
  },
1617
  "test": {
1618
  "name": "test",
1619
+ "num_bytes": 33236000.0,
1620
  "num_examples": 540,
1621
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
1622
  }
1623
  },
1624
+ "download_size": 139585876,
1625
+ "dataset_size": 167545213.28,
1626
+ "size_in_bytes": 307131089.28
 
1627
  },
1628
  "ranking_3": {
1629
  "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 2 captions. One of the captions was selected by crowd voting or New Yorker editors as high quality. You must select it.\n",
matching_from_pixels_3/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad4cbf0752d74c09a91c144b12c39a1cf1dccf427682d90dab09dc7a0cb49ea9
3
+ size 24229607
matching_from_pixels_3/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5982808c52dd0bb5df335e57cc8bcbeeefe43e462dbc8d0359c3d64e663f3df
3
+ size 89307110
matching_from_pixels_3/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab6f1051b9b7de07cc46e2b071df2054636c75354f0b1cc652cb59d7a7d98dd
3
+ size 26049159