upload the next config
Browse files
README.md
CHANGED
@@ -727,6 +727,34 @@ dataset_info:
|
|
727 |
num_examples: 534
|
728 |
download_size: 131637359
|
729 |
dataset_size: 160607122.85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
730 |
configs:
|
731 |
- config_name: explanation
|
732 |
data_files:
|
@@ -896,6 +924,14 @@ configs:
|
|
896 |
path: ranking_from_pixels_2/validation-*
|
897 |
- split: test
|
898 |
path: ranking_from_pixels_2/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
899 |
---
|
900 |
|
901 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
|
|
727 |
num_examples: 534
|
728 |
download_size: 131637359
|
729 |
dataset_size: 160607122.85
|
730 |
+
- config_name: ranking_from_pixels_3
|
731 |
+
features:
|
732 |
+
- name: image
|
733 |
+
dtype: image
|
734 |
+
- name: contest_number
|
735 |
+
dtype: int32
|
736 |
+
- name: caption_choices
|
737 |
+
sequence: string
|
738 |
+
- name: winner_source
|
739 |
+
dtype: string
|
740 |
+
- name: label
|
741 |
+
dtype: string
|
742 |
+
- name: n_tokens_label
|
743 |
+
dtype: int32
|
744 |
+
- name: instance_id
|
745 |
+
dtype: string
|
746 |
+
splits:
|
747 |
+
- name: train
|
748 |
+
num_bytes: 93840620.26
|
749 |
+
num_examples: 1553
|
750 |
+
- name: validation
|
751 |
+
num_bytes: 33718821.0
|
752 |
+
num_examples: 531
|
753 |
+
- name: test
|
754 |
+
num_bytes: 32145436.0
|
755 |
+
num_examples: 531
|
756 |
+
download_size: 133214495
|
757 |
+
dataset_size: 159704877.26
|
758 |
configs:
|
759 |
- config_name: explanation
|
760 |
data_files:
|
|
|
924 |
path: ranking_from_pixels_2/validation-*
|
925 |
- split: test
|
926 |
path: ranking_from_pixels_2/test-*
|
927 |
+
- config_name: ranking_from_pixels_3
|
928 |
+
data_files:
|
929 |
+
- split: train
|
930 |
+
path: ranking_from_pixels_3/train-*
|
931 |
+
- split: validation
|
932 |
+
path: ranking_from_pixels_3/validation-*
|
933 |
+
- split: test
|
934 |
+
path: ranking_from_pixels_3/test-*
|
935 |
---
|
936 |
|
937 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
dataset_infos.json
CHANGED
@@ -1732,54 +1732,41 @@
|
|
1732 |
"license": "",
|
1733 |
"features": {
|
1734 |
"image": {
|
1735 |
-
"decode": true,
|
1736 |
-
"id": null,
|
1737 |
"_type": "Image"
|
1738 |
},
|
1739 |
"contest_number": {
|
1740 |
"dtype": "int32",
|
1741 |
-
"id": null,
|
1742 |
"_type": "Value"
|
1743 |
},
|
1744 |
"caption_choices": {
|
1745 |
"feature": {
|
1746 |
"dtype": "string",
|
1747 |
-
"id": null,
|
1748 |
"_type": "Value"
|
1749 |
},
|
1750 |
-
"length": -1,
|
1751 |
-
"id": null,
|
1752 |
"_type": "Sequence"
|
1753 |
},
|
1754 |
"winner_source": {
|
1755 |
"dtype": "string",
|
1756 |
-
"id": null,
|
1757 |
"_type": "Value"
|
1758 |
},
|
1759 |
"label": {
|
1760 |
"dtype": "string",
|
1761 |
-
"id": null,
|
1762 |
"_type": "Value"
|
1763 |
},
|
1764 |
"n_tokens_label": {
|
1765 |
"dtype": "int32",
|
1766 |
-
"id": null,
|
1767 |
"_type": "Value"
|
1768 |
},
|
1769 |
"instance_id": {
|
1770 |
"dtype": "string",
|
1771 |
-
"id": null,
|
1772 |
"_type": "Value"
|
1773 |
}
|
1774 |
},
|
1775 |
-
"post_processed": null,
|
1776 |
-
"supervised_keys": null,
|
1777 |
-
"task_templates": null,
|
1778 |
"builder_name": "newyorker_caption_contest",
|
|
|
1779 |
"config_name": "ranking_from_pixels_3",
|
1780 |
"version": {
|
1781 |
"version_str": "1.0.0",
|
1782 |
-
"description": null,
|
1783 |
"major": 1,
|
1784 |
"minor": 0,
|
1785 |
"patch": 0
|
@@ -1787,37 +1774,26 @@
|
|
1787 |
"splits": {
|
1788 |
"train": {
|
1789 |
"name": "train",
|
1790 |
-
"num_bytes":
|
1791 |
"num_examples": 1553,
|
1792 |
-
"dataset_name":
|
1793 |
},
|
1794 |
"validation": {
|
1795 |
"name": "validation",
|
1796 |
-
"num_bytes":
|
1797 |
"num_examples": 531,
|
1798 |
-
"dataset_name":
|
1799 |
},
|
1800 |
"test": {
|
1801 |
"name": "test",
|
1802 |
-
"num_bytes":
|
1803 |
"num_examples": 531,
|
1804 |
-
"dataset_name":
|
1805 |
-
}
|
1806 |
-
},
|
1807 |
-
"download_checksums": {
|
1808 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_3.zip": {
|
1809 |
-
"num_bytes": 203557,
|
1810 |
-
"checksum": "80b1f658c19dd021f7f3f357cc39a643ec1683a022e2c81e7db2eef458824468"
|
1811 |
-
},
|
1812 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
1813 |
-
"num_bytes": 39523209,
|
1814 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
1815 |
}
|
1816 |
},
|
1817 |
-
"download_size":
|
1818 |
-
"
|
1819 |
-
"
|
1820 |
-
"size_in_bytes": 40595497
|
1821 |
},
|
1822 |
"explanation_3": {
|
1823 |
"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n",
|
|
|
1732 |
"license": "",
|
1733 |
"features": {
|
1734 |
"image": {
|
|
|
|
|
1735 |
"_type": "Image"
|
1736 |
},
|
1737 |
"contest_number": {
|
1738 |
"dtype": "int32",
|
|
|
1739 |
"_type": "Value"
|
1740 |
},
|
1741 |
"caption_choices": {
|
1742 |
"feature": {
|
1743 |
"dtype": "string",
|
|
|
1744 |
"_type": "Value"
|
1745 |
},
|
|
|
|
|
1746 |
"_type": "Sequence"
|
1747 |
},
|
1748 |
"winner_source": {
|
1749 |
"dtype": "string",
|
|
|
1750 |
"_type": "Value"
|
1751 |
},
|
1752 |
"label": {
|
1753 |
"dtype": "string",
|
|
|
1754 |
"_type": "Value"
|
1755 |
},
|
1756 |
"n_tokens_label": {
|
1757 |
"dtype": "int32",
|
|
|
1758 |
"_type": "Value"
|
1759 |
},
|
1760 |
"instance_id": {
|
1761 |
"dtype": "string",
|
|
|
1762 |
"_type": "Value"
|
1763 |
}
|
1764 |
},
|
|
|
|
|
|
|
1765 |
"builder_name": "newyorker_caption_contest",
|
1766 |
+
"dataset_name": "newyorker_caption_contest",
|
1767 |
"config_name": "ranking_from_pixels_3",
|
1768 |
"version": {
|
1769 |
"version_str": "1.0.0",
|
|
|
1770 |
"major": 1,
|
1771 |
"minor": 0,
|
1772 |
"patch": 0
|
|
|
1774 |
"splits": {
|
1775 |
"train": {
|
1776 |
"name": "train",
|
1777 |
+
"num_bytes": 93840620.26,
|
1778 |
"num_examples": 1553,
|
1779 |
+
"dataset_name": null
|
1780 |
},
|
1781 |
"validation": {
|
1782 |
"name": "validation",
|
1783 |
+
"num_bytes": 33718821.0,
|
1784 |
"num_examples": 531,
|
1785 |
+
"dataset_name": null
|
1786 |
},
|
1787 |
"test": {
|
1788 |
"name": "test",
|
1789 |
+
"num_bytes": 32145436.0,
|
1790 |
"num_examples": 531,
|
1791 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1792 |
}
|
1793 |
},
|
1794 |
+
"download_size": 133214495,
|
1795 |
+
"dataset_size": 159704877.26,
|
1796 |
+
"size_in_bytes": 292919372.26
|
|
|
1797 |
},
|
1798 |
"explanation_3": {
|
1799 |
"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 a caption that was written about it. You must autoregressively generate a joke explanation.\n",
|
ranking_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:9ed0a2c95b62b81f32da9d20ebc9e2f86e019f5ea7438d0c51817049d592cc8a
|
3 |
+
size 23331299
|
ranking_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:3e4daba721bcd400a6073e200a2d021f91646e0d997294e0ef9620b92e4e2e9e
|
3 |
+
size 85022401
|
ranking_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:943590e948eaf1837eee13e2d96190d0348f948f5585412b0833159d42f2ab97
|
3 |
+
size 24860795
|