upload the next config
Browse files
README.md
CHANGED
@@ -771,6 +771,46 @@ dataset_info:
|
|
771 |
num_examples: 531
|
772 |
download_size: 548880699
|
773 |
dataset_size: 644420313.272
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
774 |
- config_name: ranking_from_pixels
|
775 |
features:
|
776 |
- name: image
|
@@ -1060,6 +1100,14 @@ configs:
|
|
1060 |
path: ranking_3/validation-*
|
1061 |
- split: test
|
1062 |
path: ranking_3/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1063 |
- config_name: ranking_from_pixels
|
1064 |
data_files:
|
1065 |
- split: train
|
|
|
771 |
num_examples: 531
|
772 |
download_size: 548880699
|
773 |
dataset_size: 644420313.272
|
774 |
+
- config_name: ranking_4
|
775 |
+
features:
|
776 |
+
- name: image
|
777 |
+
dtype: image
|
778 |
+
- name: contest_number
|
779 |
+
dtype: int32
|
780 |
+
- name: image_location
|
781 |
+
dtype: string
|
782 |
+
- name: image_description
|
783 |
+
dtype: string
|
784 |
+
- name: image_uncanny_description
|
785 |
+
dtype: string
|
786 |
+
- name: entities
|
787 |
+
sequence: string
|
788 |
+
- name: questions
|
789 |
+
sequence: string
|
790 |
+
- name: caption_choices
|
791 |
+
sequence: string
|
792 |
+
- name: from_description
|
793 |
+
dtype: string
|
794 |
+
- name: winner_source
|
795 |
+
dtype: string
|
796 |
+
- name: label
|
797 |
+
dtype: string
|
798 |
+
- name: n_tokens_label
|
799 |
+
dtype: int32
|
800 |
+
- name: instance_id
|
801 |
+
dtype: string
|
802 |
+
splits:
|
803 |
+
- name: train
|
804 |
+
num_bytes: 593388719.232
|
805 |
+
num_examples: 9432
|
806 |
+
- name: validation
|
807 |
+
num_bytes: 28907567.0
|
808 |
+
num_examples: 513
|
809 |
+
- name: test
|
810 |
+
num_bytes: 34072817.0
|
811 |
+
num_examples: 531
|
812 |
+
download_size: 562902941
|
813 |
+
dataset_size: 656369103.232
|
814 |
- config_name: ranking_from_pixels
|
815 |
features:
|
816 |
- name: image
|
|
|
1100 |
path: ranking_3/validation-*
|
1101 |
- split: test
|
1102 |
path: ranking_3/test-*
|
1103 |
+
- config_name: ranking_4
|
1104 |
+
data_files:
|
1105 |
+
- split: train
|
1106 |
+
path: ranking_4/train-*
|
1107 |
+
- split: validation
|
1108 |
+
path: ranking_4/validation-*
|
1109 |
+
- split: test
|
1110 |
+
path: ranking_4/test-*
|
1111 |
- config_name: ranking_from_pixels
|
1112 |
data_files:
|
1113 |
- split: train
|
dataset_infos.json
CHANGED
@@ -2120,94 +2120,71 @@
|
|
2120 |
"license": "",
|
2121 |
"features": {
|
2122 |
"image": {
|
2123 |
-
"decode": true,
|
2124 |
-
"id": null,
|
2125 |
"_type": "Image"
|
2126 |
},
|
2127 |
"contest_number": {
|
2128 |
"dtype": "int32",
|
2129 |
-
"id": null,
|
2130 |
"_type": "Value"
|
2131 |
},
|
2132 |
"image_location": {
|
2133 |
"dtype": "string",
|
2134 |
-
"id": null,
|
2135 |
"_type": "Value"
|
2136 |
},
|
2137 |
"image_description": {
|
2138 |
"dtype": "string",
|
2139 |
-
"id": null,
|
2140 |
"_type": "Value"
|
2141 |
},
|
2142 |
"image_uncanny_description": {
|
2143 |
"dtype": "string",
|
2144 |
-
"id": null,
|
2145 |
"_type": "Value"
|
2146 |
},
|
2147 |
"entities": {
|
2148 |
"feature": {
|
2149 |
"dtype": "string",
|
2150 |
-
"id": null,
|
2151 |
"_type": "Value"
|
2152 |
},
|
2153 |
-
"length": -1,
|
2154 |
-
"id": null,
|
2155 |
"_type": "Sequence"
|
2156 |
},
|
2157 |
"questions": {
|
2158 |
"feature": {
|
2159 |
"dtype": "string",
|
2160 |
-
"id": null,
|
2161 |
"_type": "Value"
|
2162 |
},
|
2163 |
-
"length": -1,
|
2164 |
-
"id": null,
|
2165 |
"_type": "Sequence"
|
2166 |
},
|
2167 |
"caption_choices": {
|
2168 |
"feature": {
|
2169 |
"dtype": "string",
|
2170 |
-
"id": null,
|
2171 |
"_type": "Value"
|
2172 |
},
|
2173 |
-
"length": -1,
|
2174 |
-
"id": null,
|
2175 |
"_type": "Sequence"
|
2176 |
},
|
2177 |
"from_description": {
|
2178 |
"dtype": "string",
|
2179 |
-
"id": null,
|
2180 |
"_type": "Value"
|
2181 |
},
|
2182 |
"winner_source": {
|
2183 |
"dtype": "string",
|
2184 |
-
"id": null,
|
2185 |
"_type": "Value"
|
2186 |
},
|
2187 |
"label": {
|
2188 |
"dtype": "string",
|
2189 |
-
"id": null,
|
2190 |
"_type": "Value"
|
2191 |
},
|
2192 |
"n_tokens_label": {
|
2193 |
"dtype": "int32",
|
2194 |
-
"id": null,
|
2195 |
"_type": "Value"
|
2196 |
},
|
2197 |
"instance_id": {
|
2198 |
"dtype": "string",
|
2199 |
-
"id": null,
|
2200 |
"_type": "Value"
|
2201 |
}
|
2202 |
},
|
2203 |
-
"post_processed": null,
|
2204 |
-
"supervised_keys": null,
|
2205 |
-
"task_templates": null,
|
2206 |
"builder_name": "newyorker_caption_contest",
|
|
|
2207 |
"config_name": "ranking_4",
|
2208 |
"version": {
|
2209 |
"version_str": "1.0.0",
|
2210 |
-
"description": null,
|
2211 |
"major": 1,
|
2212 |
"minor": 0,
|
2213 |
"patch": 0
|
@@ -2215,37 +2192,26 @@
|
|
2215 |
"splits": {
|
2216 |
"train": {
|
2217 |
"name": "train",
|
2218 |
-
"num_bytes":
|
2219 |
"num_examples": 9432,
|
2220 |
-
"dataset_name":
|
2221 |
},
|
2222 |
"validation": {
|
2223 |
"name": "validation",
|
2224 |
-
"num_bytes":
|
2225 |
"num_examples": 513,
|
2226 |
-
"dataset_name":
|
2227 |
},
|
2228 |
"test": {
|
2229 |
"name": "test",
|
2230 |
-
"num_bytes":
|
2231 |
"num_examples": 531,
|
2232 |
-
"dataset_name":
|
2233 |
-
}
|
2234 |
-
},
|
2235 |
-
"download_checksums": {
|
2236 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_4.zip": {
|
2237 |
-
"num_bytes": 2413757,
|
2238 |
-
"checksum": "b3cf071c6046ece7c7a4dd1fb430a7cad8debdebfdcc7c7b2b6efb40fd0d4cfa"
|
2239 |
-
},
|
2240 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
2241 |
-
"num_bytes": 39523209,
|
2242 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
2243 |
}
|
2244 |
},
|
2245 |
-
"download_size":
|
2246 |
-
"
|
2247 |
-
"
|
2248 |
-
"size_in_bytes": 53377986
|
2249 |
},
|
2250 |
"ranking_from_pixels_4": {
|
2251 |
"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",
|
|
|
2120 |
"license": "",
|
2121 |
"features": {
|
2122 |
"image": {
|
|
|
|
|
2123 |
"_type": "Image"
|
2124 |
},
|
2125 |
"contest_number": {
|
2126 |
"dtype": "int32",
|
|
|
2127 |
"_type": "Value"
|
2128 |
},
|
2129 |
"image_location": {
|
2130 |
"dtype": "string",
|
|
|
2131 |
"_type": "Value"
|
2132 |
},
|
2133 |
"image_description": {
|
2134 |
"dtype": "string",
|
|
|
2135 |
"_type": "Value"
|
2136 |
},
|
2137 |
"image_uncanny_description": {
|
2138 |
"dtype": "string",
|
|
|
2139 |
"_type": "Value"
|
2140 |
},
|
2141 |
"entities": {
|
2142 |
"feature": {
|
2143 |
"dtype": "string",
|
|
|
2144 |
"_type": "Value"
|
2145 |
},
|
|
|
|
|
2146 |
"_type": "Sequence"
|
2147 |
},
|
2148 |
"questions": {
|
2149 |
"feature": {
|
2150 |
"dtype": "string",
|
|
|
2151 |
"_type": "Value"
|
2152 |
},
|
|
|
|
|
2153 |
"_type": "Sequence"
|
2154 |
},
|
2155 |
"caption_choices": {
|
2156 |
"feature": {
|
2157 |
"dtype": "string",
|
|
|
2158 |
"_type": "Value"
|
2159 |
},
|
|
|
|
|
2160 |
"_type": "Sequence"
|
2161 |
},
|
2162 |
"from_description": {
|
2163 |
"dtype": "string",
|
|
|
2164 |
"_type": "Value"
|
2165 |
},
|
2166 |
"winner_source": {
|
2167 |
"dtype": "string",
|
|
|
2168 |
"_type": "Value"
|
2169 |
},
|
2170 |
"label": {
|
2171 |
"dtype": "string",
|
|
|
2172 |
"_type": "Value"
|
2173 |
},
|
2174 |
"n_tokens_label": {
|
2175 |
"dtype": "int32",
|
|
|
2176 |
"_type": "Value"
|
2177 |
},
|
2178 |
"instance_id": {
|
2179 |
"dtype": "string",
|
|
|
2180 |
"_type": "Value"
|
2181 |
}
|
2182 |
},
|
|
|
|
|
|
|
2183 |
"builder_name": "newyorker_caption_contest",
|
2184 |
+
"dataset_name": "newyorker_caption_contest",
|
2185 |
"config_name": "ranking_4",
|
2186 |
"version": {
|
2187 |
"version_str": "1.0.0",
|
|
|
2188 |
"major": 1,
|
2189 |
"minor": 0,
|
2190 |
"patch": 0
|
|
|
2192 |
"splits": {
|
2193 |
"train": {
|
2194 |
"name": "train",
|
2195 |
+
"num_bytes": 593388719.232,
|
2196 |
"num_examples": 9432,
|
2197 |
+
"dataset_name": null
|
2198 |
},
|
2199 |
"validation": {
|
2200 |
"name": "validation",
|
2201 |
+
"num_bytes": 28907567.0,
|
2202 |
"num_examples": 513,
|
2203 |
+
"dataset_name": null
|
2204 |
},
|
2205 |
"test": {
|
2206 |
"name": "test",
|
2207 |
+
"num_bytes": 34072817.0,
|
2208 |
"num_examples": 531,
|
2209 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2210 |
}
|
2211 |
},
|
2212 |
+
"download_size": 562902941,
|
2213 |
+
"dataset_size": 656369103.232,
|
2214 |
+
"size_in_bytes": 1219272044.2319999
|
|
|
2215 |
},
|
2216 |
"ranking_from_pixels_4": {
|
2217 |
"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_4/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3c0651a71549d8f19eab9fb19e9d5a5fd48170ab7331e7f986dea64bf2152317
|
3 |
+
size 23345887
|
ranking_4/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfa96fc1d3b3a56be83537e44b02d1be588a0cdad793ff0c2bcdf051cd6cd877
|
3 |
+
size 260111379
|
ranking_4/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:247e2d0cddf27f2323cadb01cbf48483ff323993ab46c36baaa3998d498bff2d
|
3 |
+
size 258542758
|
ranking_4/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65e63906926d85e2562bc8d939b8149e5e73236adf3b7e594f1c1c4b9bb63d6d
|
3 |
+
size 20902917
|