upload the next config
Browse files
README.md
CHANGED
@@ -149,6 +149,44 @@ dataset_info:
|
|
149 |
num_examples: 128
|
150 |
download_size: 138271185
|
151 |
dataset_size: 153709976.342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
- config_name: explanation_from_pixels
|
153 |
features:
|
154 |
- name: image
|
@@ -780,6 +818,14 @@ configs:
|
|
780 |
path: explanation_2/validation-*
|
781 |
- split: test
|
782 |
path: explanation_2/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
783 |
- config_name: explanation_from_pixels
|
784 |
data_files:
|
785 |
- split: train
|
|
|
149 |
num_examples: 128
|
150 |
download_size: 138271185
|
151 |
dataset_size: 153709976.342
|
152 |
+
- config_name: explanation_3
|
153 |
+
features:
|
154 |
+
- name: image
|
155 |
+
dtype: image
|
156 |
+
- name: contest_number
|
157 |
+
dtype: int32
|
158 |
+
- name: image_location
|
159 |
+
dtype: string
|
160 |
+
- name: image_description
|
161 |
+
dtype: string
|
162 |
+
- name: image_uncanny_description
|
163 |
+
dtype: string
|
164 |
+
- name: entities
|
165 |
+
sequence: string
|
166 |
+
- name: questions
|
167 |
+
sequence: string
|
168 |
+
- name: caption_choices
|
169 |
+
dtype: string
|
170 |
+
- name: from_description
|
171 |
+
dtype: string
|
172 |
+
- name: label
|
173 |
+
dtype: string
|
174 |
+
- name: n_tokens_label
|
175 |
+
dtype: int32
|
176 |
+
- name: instance_id
|
177 |
+
dtype: string
|
178 |
+
splits:
|
179 |
+
- name: train
|
180 |
+
num_bytes: 138247435.342
|
181 |
+
num_examples: 2334
|
182 |
+
- name: validation
|
183 |
+
num_bytes: 7911920.0
|
184 |
+
num_examples: 130
|
185 |
+
- name: test
|
186 |
+
num_bytes: 7460490.0
|
187 |
+
num_examples: 132
|
188 |
+
download_size: 136862726
|
189 |
+
dataset_size: 153619845.342
|
190 |
- config_name: explanation_from_pixels
|
191 |
features:
|
192 |
- name: image
|
|
|
818 |
path: explanation_2/validation-*
|
819 |
- split: test
|
820 |
path: explanation_2/test-*
|
821 |
+
- config_name: explanation_3
|
822 |
+
data_files:
|
823 |
+
- split: train
|
824 |
+
path: explanation_3/train-*
|
825 |
+
- split: validation
|
826 |
+
path: explanation_3/validation-*
|
827 |
+
- split: test
|
828 |
+
path: explanation_3/test-*
|
829 |
- config_name: explanation_from_pixels
|
830 |
data_files:
|
831 |
- split: train
|
dataset_infos.json
CHANGED
@@ -1802,84 +1802,64 @@
|
|
1802 |
"license": "",
|
1803 |
"features": {
|
1804 |
"image": {
|
1805 |
-
"decode": true,
|
1806 |
-
"id": null,
|
1807 |
"_type": "Image"
|
1808 |
},
|
1809 |
"contest_number": {
|
1810 |
"dtype": "int32",
|
1811 |
-
"id": null,
|
1812 |
"_type": "Value"
|
1813 |
},
|
1814 |
"image_location": {
|
1815 |
"dtype": "string",
|
1816 |
-
"id": null,
|
1817 |
"_type": "Value"
|
1818 |
},
|
1819 |
"image_description": {
|
1820 |
"dtype": "string",
|
1821 |
-
"id": null,
|
1822 |
"_type": "Value"
|
1823 |
},
|
1824 |
"image_uncanny_description": {
|
1825 |
"dtype": "string",
|
1826 |
-
"id": null,
|
1827 |
"_type": "Value"
|
1828 |
},
|
1829 |
"entities": {
|
1830 |
"feature": {
|
1831 |
"dtype": "string",
|
1832 |
-
"id": null,
|
1833 |
"_type": "Value"
|
1834 |
},
|
1835 |
-
"length": -1,
|
1836 |
-
"id": null,
|
1837 |
"_type": "Sequence"
|
1838 |
},
|
1839 |
"questions": {
|
1840 |
"feature": {
|
1841 |
"dtype": "string",
|
1842 |
-
"id": null,
|
1843 |
"_type": "Value"
|
1844 |
},
|
1845 |
-
"length": -1,
|
1846 |
-
"id": null,
|
1847 |
"_type": "Sequence"
|
1848 |
},
|
1849 |
"caption_choices": {
|
1850 |
"dtype": "string",
|
1851 |
-
"id": null,
|
1852 |
"_type": "Value"
|
1853 |
},
|
1854 |
"from_description": {
|
1855 |
"dtype": "string",
|
1856 |
-
"id": null,
|
1857 |
"_type": "Value"
|
1858 |
},
|
1859 |
"label": {
|
1860 |
"dtype": "string",
|
1861 |
-
"id": null,
|
1862 |
"_type": "Value"
|
1863 |
},
|
1864 |
"n_tokens_label": {
|
1865 |
"dtype": "int32",
|
1866 |
-
"id": null,
|
1867 |
"_type": "Value"
|
1868 |
},
|
1869 |
"instance_id": {
|
1870 |
"dtype": "string",
|
1871 |
-
"id": null,
|
1872 |
"_type": "Value"
|
1873 |
}
|
1874 |
},
|
1875 |
-
"post_processed": null,
|
1876 |
-
"supervised_keys": null,
|
1877 |
-
"task_templates": null,
|
1878 |
"builder_name": "newyorker_caption_contest",
|
|
|
1879 |
"config_name": "explanation_3",
|
1880 |
"version": {
|
1881 |
"version_str": "1.0.0",
|
1882 |
-
"description": null,
|
1883 |
"major": 1,
|
1884 |
"minor": 0,
|
1885 |
"patch": 0
|
@@ -1887,37 +1867,26 @@
|
|
1887 |
"splits": {
|
1888 |
"train": {
|
1889 |
"name": "train",
|
1890 |
-
"num_bytes":
|
1891 |
"num_examples": 2334,
|
1892 |
-
"dataset_name":
|
1893 |
},
|
1894 |
"validation": {
|
1895 |
"name": "validation",
|
1896 |
-
"num_bytes":
|
1897 |
"num_examples": 130,
|
1898 |
-
"dataset_name":
|
1899 |
},
|
1900 |
"test": {
|
1901 |
"name": "test",
|
1902 |
-
"num_bytes":
|
1903 |
"num_examples": 132,
|
1904 |
-
"dataset_name":
|
1905 |
-
}
|
1906 |
-
},
|
1907 |
-
"download_checksums": {
|
1908 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_3.zip": {
|
1909 |
-
"num_bytes": 860977,
|
1910 |
-
"checksum": "0d09e7c18ac10259f5fc0a7e79bdb2ead04debf8ce65d1da1b90f721cc6daaad"
|
1911 |
-
},
|
1912 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
1913 |
-
"num_bytes": 39523209,
|
1914 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
1915 |
}
|
1916 |
},
|
1917 |
-
"download_size":
|
1918 |
-
"
|
1919 |
-
"
|
1920 |
-
"size_in_bytes": 43779076
|
1921 |
},
|
1922 |
"explanation_from_pixels_3": {
|
1923 |
"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",
|
|
|
1802 |
"license": "",
|
1803 |
"features": {
|
1804 |
"image": {
|
|
|
|
|
1805 |
"_type": "Image"
|
1806 |
},
|
1807 |
"contest_number": {
|
1808 |
"dtype": "int32",
|
|
|
1809 |
"_type": "Value"
|
1810 |
},
|
1811 |
"image_location": {
|
1812 |
"dtype": "string",
|
|
|
1813 |
"_type": "Value"
|
1814 |
},
|
1815 |
"image_description": {
|
1816 |
"dtype": "string",
|
|
|
1817 |
"_type": "Value"
|
1818 |
},
|
1819 |
"image_uncanny_description": {
|
1820 |
"dtype": "string",
|
|
|
1821 |
"_type": "Value"
|
1822 |
},
|
1823 |
"entities": {
|
1824 |
"feature": {
|
1825 |
"dtype": "string",
|
|
|
1826 |
"_type": "Value"
|
1827 |
},
|
|
|
|
|
1828 |
"_type": "Sequence"
|
1829 |
},
|
1830 |
"questions": {
|
1831 |
"feature": {
|
1832 |
"dtype": "string",
|
|
|
1833 |
"_type": "Value"
|
1834 |
},
|
|
|
|
|
1835 |
"_type": "Sequence"
|
1836 |
},
|
1837 |
"caption_choices": {
|
1838 |
"dtype": "string",
|
|
|
1839 |
"_type": "Value"
|
1840 |
},
|
1841 |
"from_description": {
|
1842 |
"dtype": "string",
|
|
|
1843 |
"_type": "Value"
|
1844 |
},
|
1845 |
"label": {
|
1846 |
"dtype": "string",
|
|
|
1847 |
"_type": "Value"
|
1848 |
},
|
1849 |
"n_tokens_label": {
|
1850 |
"dtype": "int32",
|
|
|
1851 |
"_type": "Value"
|
1852 |
},
|
1853 |
"instance_id": {
|
1854 |
"dtype": "string",
|
|
|
1855 |
"_type": "Value"
|
1856 |
}
|
1857 |
},
|
|
|
|
|
|
|
1858 |
"builder_name": "newyorker_caption_contest",
|
1859 |
+
"dataset_name": "newyorker_caption_contest",
|
1860 |
"config_name": "explanation_3",
|
1861 |
"version": {
|
1862 |
"version_str": "1.0.0",
|
|
|
1863 |
"major": 1,
|
1864 |
"minor": 0,
|
1865 |
"patch": 0
|
|
|
1867 |
"splits": {
|
1868 |
"train": {
|
1869 |
"name": "train",
|
1870 |
+
"num_bytes": 138247435.342,
|
1871 |
"num_examples": 2334,
|
1872 |
+
"dataset_name": null
|
1873 |
},
|
1874 |
"validation": {
|
1875 |
"name": "validation",
|
1876 |
+
"num_bytes": 7911920.0,
|
1877 |
"num_examples": 130,
|
1878 |
+
"dataset_name": null
|
1879 |
},
|
1880 |
"test": {
|
1881 |
"name": "test",
|
1882 |
+
"num_bytes": 7460490.0,
|
1883 |
"num_examples": 132,
|
1884 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1885 |
}
|
1886 |
},
|
1887 |
+
"download_size": 136862726,
|
1888 |
+
"dataset_size": 153619845.342,
|
1889 |
+
"size_in_bytes": 290482571.342
|
|
|
1890 |
},
|
1891 |
"explanation_from_pixels_3": {
|
1892 |
"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",
|
explanation_3/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:369a9d51d5848ad6228e748d13029f5aa62478d4ee0126cab0a723f4b19912e9
|
3 |
+
size 7401917
|
explanation_3/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb646134d39d594e84ecdba394cb7d6c84fb6053688fcc30fc6fd80cfdfad78b
|
3 |
+
size 121616335
|
explanation_3/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cc7b39c3a881ff07629e8a80fbe8eb763a375f849d05d7e22f5f98c673750ba
|
3 |
+
size 7844474
|