severo HF staff commited on
Commit
e4cdf6d
1 Parent(s): 7f99f18

upload the next config

Browse files
README.md CHANGED
@@ -603,6 +603,46 @@ dataset_info:
603
  num_examples: 534
604
  download_size: 544444097
605
  dataset_size: 634662823.504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
606
  - config_name: ranking_from_pixels
607
  features:
608
  - name: image
@@ -824,6 +864,14 @@ configs:
824
  path: ranking_2/validation-*
825
  - split: test
826
  path: ranking_2/test-*
 
 
 
 
 
 
 
 
827
  - config_name: ranking_from_pixels
828
  data_files:
829
  - split: train
 
603
  num_examples: 534
604
  download_size: 544444097
605
  dataset_size: 634662823.504
606
+ - config_name: ranking_3
607
+ features:
608
+ - name: image
609
+ dtype: image
610
+ - name: contest_number
611
+ dtype: int32
612
+ - name: image_location
613
+ dtype: string
614
+ - name: image_description
615
+ dtype: string
616
+ - name: image_uncanny_description
617
+ dtype: string
618
+ - name: entities
619
+ sequence: string
620
+ - name: questions
621
+ sequence: string
622
+ - name: caption_choices
623
+ sequence: string
624
+ - name: from_description
625
+ dtype: string
626
+ - name: winner_source
627
+ dtype: string
628
+ - name: label
629
+ dtype: string
630
+ - name: n_tokens_label
631
+ dtype: int32
632
+ - name: instance_id
633
+ dtype: string
634
+ splits:
635
+ - name: train
636
+ num_bytes: 577828323.272
637
+ num_examples: 9324
638
+ - name: validation
639
+ num_bytes: 34072817.0
640
+ num_examples: 531
641
+ - name: test
642
+ num_bytes: 32519173.0
643
+ num_examples: 531
644
+ download_size: 548880699
645
+ dataset_size: 644420313.272
646
  - config_name: ranking_from_pixels
647
  features:
648
  - name: image
 
864
  path: ranking_2/validation-*
865
  - split: test
866
  path: ranking_2/test-*
867
+ - config_name: ranking_3
868
+ data_files:
869
+ - split: train
870
+ path: ranking_3/train-*
871
+ - split: validation
872
+ path: ranking_3/validation-*
873
+ - split: test
874
+ path: ranking_3/test-*
875
  - config_name: ranking_from_pixels
876
  data_files:
877
  - split: train
dataset_infos.json CHANGED
@@ -1632,94 +1632,71 @@
1632
  "license": "",
1633
  "features": {
1634
  "image": {
1635
- "decode": true,
1636
- "id": null,
1637
  "_type": "Image"
1638
  },
1639
  "contest_number": {
1640
  "dtype": "int32",
1641
- "id": null,
1642
  "_type": "Value"
1643
  },
1644
  "image_location": {
1645
  "dtype": "string",
1646
- "id": null,
1647
  "_type": "Value"
1648
  },
1649
  "image_description": {
1650
  "dtype": "string",
1651
- "id": null,
1652
  "_type": "Value"
1653
  },
1654
  "image_uncanny_description": {
1655
  "dtype": "string",
1656
- "id": null,
1657
  "_type": "Value"
1658
  },
1659
  "entities": {
1660
  "feature": {
1661
  "dtype": "string",
1662
- "id": null,
1663
  "_type": "Value"
1664
  },
1665
- "length": -1,
1666
- "id": null,
1667
  "_type": "Sequence"
1668
  },
1669
  "questions": {
1670
  "feature": {
1671
  "dtype": "string",
1672
- "id": null,
1673
  "_type": "Value"
1674
  },
1675
- "length": -1,
1676
- "id": null,
1677
  "_type": "Sequence"
1678
  },
1679
  "caption_choices": {
1680
  "feature": {
1681
  "dtype": "string",
1682
- "id": null,
1683
  "_type": "Value"
1684
  },
1685
- "length": -1,
1686
- "id": null,
1687
  "_type": "Sequence"
1688
  },
1689
  "from_description": {
1690
  "dtype": "string",
1691
- "id": null,
1692
  "_type": "Value"
1693
  },
1694
  "winner_source": {
1695
  "dtype": "string",
1696
- "id": null,
1697
  "_type": "Value"
1698
  },
1699
  "label": {
1700
  "dtype": "string",
1701
- "id": null,
1702
  "_type": "Value"
1703
  },
1704
  "n_tokens_label": {
1705
  "dtype": "int32",
1706
- "id": null,
1707
  "_type": "Value"
1708
  },
1709
  "instance_id": {
1710
  "dtype": "string",
1711
- "id": null,
1712
  "_type": "Value"
1713
  }
1714
  },
1715
- "post_processed": null,
1716
- "supervised_keys": null,
1717
- "task_templates": null,
1718
  "builder_name": "newyorker_caption_contest",
 
1719
  "config_name": "ranking_3",
1720
  "version": {
1721
  "version_str": "1.0.0",
1722
- "description": null,
1723
  "major": 1,
1724
  "minor": 0,
1725
  "patch": 0
@@ -1727,37 +1704,26 @@
1727
  "splits": {
1728
  "train": {
1729
  "name": "train",
1730
- "num_bytes": 10257068,
1731
  "num_examples": 9324,
1732
- "dataset_name": "newyorker_caption_contest"
1733
  },
1734
  "validation": {
1735
  "name": "validation",
1736
- "num_bytes": 531455,
1737
  "num_examples": 531,
1738
- "dataset_name": "newyorker_caption_contest"
1739
  },
1740
  "test": {
1741
  "name": "test",
1742
- "num_bytes": 551023,
1743
  "num_examples": 531,
1744
- "dataset_name": "newyorker_caption_contest"
1745
- }
1746
- },
1747
- "download_checksums": {
1748
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_3.zip": {
1749
- "num_bytes": 2390643,
1750
- "checksum": "f2f65f144fa70b0717b7c05efc7926e9fdbfb96f946f7ad2eb8ca4ff248826dc"
1751
- },
1752
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
1753
- "num_bytes": 39523209,
1754
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
1755
  }
1756
  },
1757
- "download_size": 41913852,
1758
- "post_processing_size": null,
1759
- "dataset_size": 11339546,
1760
- "size_in_bytes": 53253398
1761
  },
1762
  "ranking_from_pixels_3": {
1763
  "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",
 
1632
  "license": "",
1633
  "features": {
1634
  "image": {
 
 
1635
  "_type": "Image"
1636
  },
1637
  "contest_number": {
1638
  "dtype": "int32",
 
1639
  "_type": "Value"
1640
  },
1641
  "image_location": {
1642
  "dtype": "string",
 
1643
  "_type": "Value"
1644
  },
1645
  "image_description": {
1646
  "dtype": "string",
 
1647
  "_type": "Value"
1648
  },
1649
  "image_uncanny_description": {
1650
  "dtype": "string",
 
1651
  "_type": "Value"
1652
  },
1653
  "entities": {
1654
  "feature": {
1655
  "dtype": "string",
 
1656
  "_type": "Value"
1657
  },
 
 
1658
  "_type": "Sequence"
1659
  },
1660
  "questions": {
1661
  "feature": {
1662
  "dtype": "string",
 
1663
  "_type": "Value"
1664
  },
 
 
1665
  "_type": "Sequence"
1666
  },
1667
  "caption_choices": {
1668
  "feature": {
1669
  "dtype": "string",
 
1670
  "_type": "Value"
1671
  },
 
 
1672
  "_type": "Sequence"
1673
  },
1674
  "from_description": {
1675
  "dtype": "string",
 
1676
  "_type": "Value"
1677
  },
1678
  "winner_source": {
1679
  "dtype": "string",
 
1680
  "_type": "Value"
1681
  },
1682
  "label": {
1683
  "dtype": "string",
 
1684
  "_type": "Value"
1685
  },
1686
  "n_tokens_label": {
1687
  "dtype": "int32",
 
1688
  "_type": "Value"
1689
  },
1690
  "instance_id": {
1691
  "dtype": "string",
 
1692
  "_type": "Value"
1693
  }
1694
  },
 
 
 
1695
  "builder_name": "newyorker_caption_contest",
1696
+ "dataset_name": "newyorker_caption_contest",
1697
  "config_name": "ranking_3",
1698
  "version": {
1699
  "version_str": "1.0.0",
 
1700
  "major": 1,
1701
  "minor": 0,
1702
  "patch": 0
 
1704
  "splits": {
1705
  "train": {
1706
  "name": "train",
1707
+ "num_bytes": 577828323.272,
1708
  "num_examples": 9324,
1709
+ "dataset_name": null
1710
  },
1711
  "validation": {
1712
  "name": "validation",
1713
+ "num_bytes": 34072817.0,
1714
  "num_examples": 531,
1715
+ "dataset_name": null
1716
  },
1717
  "test": {
1718
  "name": "test",
1719
+ "num_bytes": 32519173.0,
1720
  "num_examples": 531,
1721
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
1722
  }
1723
  },
1724
+ "download_size": 548880699,
1725
+ "dataset_size": 644420313.272,
1726
+ "size_in_bytes": 1193301012.2719998
 
1727
  },
1728
  "ranking_from_pixels_3": {
1729
  "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",
ranking_3/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de4d0848686788ca201fee1374a23182188f4a91effbe6f6054d7b3850865793
3
+ size 23491281
ranking_3/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc91ddf17af7257a0cc3fdd8e7621db3e0282b5ea7d94a07b8af82c3b965114d
3
+ size 249128414
ranking_3/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5528ab2c07c2108f04b98467b8bea3ee8e5142533b744466a10cc3f663dd00dc
3
+ size 251996829
ranking_3/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd5fcf86f81b1ec219b90eebe9d10c0355bd8b987ffd6bc8c76a51a4c62bf7df
3
+ size 24264175