upload the next config
Browse files
README.md
CHANGED
@@ -187,6 +187,44 @@ dataset_info:
|
|
187 |
num_examples: 132
|
188 |
download_size: 136862726
|
189 |
dataset_size: 153619845.342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
- config_name: explanation_from_pixels
|
191 |
features:
|
192 |
- name: image
|
@@ -984,6 +1022,14 @@ configs:
|
|
984 |
path: explanation_3/validation-*
|
985 |
- split: test
|
986 |
path: explanation_3/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
987 |
- config_name: explanation_from_pixels
|
988 |
data_files:
|
989 |
- split: train
|
|
|
187 |
num_examples: 132
|
188 |
download_size: 136862726
|
189 |
dataset_size: 153619845.342
|
190 |
+
- config_name: explanation_4
|
191 |
+
features:
|
192 |
+
- name: image
|
193 |
+
dtype: image
|
194 |
+
- name: contest_number
|
195 |
+
dtype: int32
|
196 |
+
- name: image_location
|
197 |
+
dtype: string
|
198 |
+
- name: image_description
|
199 |
+
dtype: string
|
200 |
+
- name: image_uncanny_description
|
201 |
+
dtype: string
|
202 |
+
- name: entities
|
203 |
+
sequence: string
|
204 |
+
- name: questions
|
205 |
+
sequence: string
|
206 |
+
- name: caption_choices
|
207 |
+
dtype: string
|
208 |
+
- name: from_description
|
209 |
+
dtype: string
|
210 |
+
- name: label
|
211 |
+
dtype: string
|
212 |
+
- name: n_tokens_label
|
213 |
+
dtype: int32
|
214 |
+
- name: instance_id
|
215 |
+
dtype: string
|
216 |
+
splits:
|
217 |
+
- name: train
|
218 |
+
num_bytes: 141175335.3
|
219 |
+
num_examples: 2340
|
220 |
+
- name: validation
|
221 |
+
num_bytes: 6863533.0
|
222 |
+
num_examples: 131
|
223 |
+
- name: test
|
224 |
+
num_bytes: 7911920.0
|
225 |
+
num_examples: 130
|
226 |
+
download_size: 140501251
|
227 |
+
dataset_size: 155950788.3
|
228 |
- config_name: explanation_from_pixels
|
229 |
features:
|
230 |
- name: image
|
|
|
1022 |
path: explanation_3/validation-*
|
1023 |
- split: test
|
1024 |
path: explanation_3/test-*
|
1025 |
+
- config_name: explanation_4
|
1026 |
+
data_files:
|
1027 |
+
- split: train
|
1028 |
+
path: explanation_4/train-*
|
1029 |
+
- split: validation
|
1030 |
+
path: explanation_4/validation-*
|
1031 |
+
- split: test
|
1032 |
+
path: explanation_4/test-*
|
1033 |
- config_name: explanation_from_pixels
|
1034 |
data_files:
|
1035 |
- split: train
|
dataset_infos.json
CHANGED
@@ -2290,84 +2290,64 @@
|
|
2290 |
"license": "",
|
2291 |
"features": {
|
2292 |
"image": {
|
2293 |
-
"decode": true,
|
2294 |
-
"id": null,
|
2295 |
"_type": "Image"
|
2296 |
},
|
2297 |
"contest_number": {
|
2298 |
"dtype": "int32",
|
2299 |
-
"id": null,
|
2300 |
"_type": "Value"
|
2301 |
},
|
2302 |
"image_location": {
|
2303 |
"dtype": "string",
|
2304 |
-
"id": null,
|
2305 |
"_type": "Value"
|
2306 |
},
|
2307 |
"image_description": {
|
2308 |
"dtype": "string",
|
2309 |
-
"id": null,
|
2310 |
"_type": "Value"
|
2311 |
},
|
2312 |
"image_uncanny_description": {
|
2313 |
"dtype": "string",
|
2314 |
-
"id": null,
|
2315 |
"_type": "Value"
|
2316 |
},
|
2317 |
"entities": {
|
2318 |
"feature": {
|
2319 |
"dtype": "string",
|
2320 |
-
"id": null,
|
2321 |
"_type": "Value"
|
2322 |
},
|
2323 |
-
"length": -1,
|
2324 |
-
"id": null,
|
2325 |
"_type": "Sequence"
|
2326 |
},
|
2327 |
"questions": {
|
2328 |
"feature": {
|
2329 |
"dtype": "string",
|
2330 |
-
"id": null,
|
2331 |
"_type": "Value"
|
2332 |
},
|
2333 |
-
"length": -1,
|
2334 |
-
"id": null,
|
2335 |
"_type": "Sequence"
|
2336 |
},
|
2337 |
"caption_choices": {
|
2338 |
"dtype": "string",
|
2339 |
-
"id": null,
|
2340 |
"_type": "Value"
|
2341 |
},
|
2342 |
"from_description": {
|
2343 |
"dtype": "string",
|
2344 |
-
"id": null,
|
2345 |
"_type": "Value"
|
2346 |
},
|
2347 |
"label": {
|
2348 |
"dtype": "string",
|
2349 |
-
"id": null,
|
2350 |
"_type": "Value"
|
2351 |
},
|
2352 |
"n_tokens_label": {
|
2353 |
"dtype": "int32",
|
2354 |
-
"id": null,
|
2355 |
"_type": "Value"
|
2356 |
},
|
2357 |
"instance_id": {
|
2358 |
"dtype": "string",
|
2359 |
-
"id": null,
|
2360 |
"_type": "Value"
|
2361 |
}
|
2362 |
},
|
2363 |
-
"post_processed": null,
|
2364 |
-
"supervised_keys": null,
|
2365 |
-
"task_templates": null,
|
2366 |
"builder_name": "newyorker_caption_contest",
|
|
|
2367 |
"config_name": "explanation_4",
|
2368 |
"version": {
|
2369 |
"version_str": "1.0.0",
|
2370 |
-
"description": null,
|
2371 |
"major": 1,
|
2372 |
"minor": 0,
|
2373 |
"patch": 0
|
@@ -2375,37 +2355,26 @@
|
|
2375 |
"splits": {
|
2376 |
"train": {
|
2377 |
"name": "train",
|
2378 |
-
"num_bytes":
|
2379 |
"num_examples": 2340,
|
2380 |
-
"dataset_name":
|
2381 |
},
|
2382 |
"validation": {
|
2383 |
"name": "validation",
|
2384 |
-
"num_bytes":
|
2385 |
"num_examples": 131,
|
2386 |
-
"dataset_name":
|
2387 |
},
|
2388 |
"test": {
|
2389 |
"name": "test",
|
2390 |
-
"num_bytes":
|
2391 |
"num_examples": 130,
|
2392 |
-
"dataset_name":
|
2393 |
-
}
|
2394 |
-
},
|
2395 |
-
"download_checksums": {
|
2396 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_4.zip": {
|
2397 |
-
"num_bytes": 861773,
|
2398 |
-
"checksum": "f5fcf62641a6c844a56ec0a79ec981977442535f197f9c407c3eb7c1a320252d"
|
2399 |
-
},
|
2400 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
2401 |
-
"num_bytes": 39523209,
|
2402 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
2403 |
}
|
2404 |
},
|
2405 |
-
"download_size":
|
2406 |
-
"
|
2407 |
-
"
|
2408 |
-
"size_in_bytes": 43790492
|
2409 |
},
|
2410 |
"explanation_from_pixels_4": {
|
2411 |
"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",
|
|
|
2290 |
"license": "",
|
2291 |
"features": {
|
2292 |
"image": {
|
|
|
|
|
2293 |
"_type": "Image"
|
2294 |
},
|
2295 |
"contest_number": {
|
2296 |
"dtype": "int32",
|
|
|
2297 |
"_type": "Value"
|
2298 |
},
|
2299 |
"image_location": {
|
2300 |
"dtype": "string",
|
|
|
2301 |
"_type": "Value"
|
2302 |
},
|
2303 |
"image_description": {
|
2304 |
"dtype": "string",
|
|
|
2305 |
"_type": "Value"
|
2306 |
},
|
2307 |
"image_uncanny_description": {
|
2308 |
"dtype": "string",
|
|
|
2309 |
"_type": "Value"
|
2310 |
},
|
2311 |
"entities": {
|
2312 |
"feature": {
|
2313 |
"dtype": "string",
|
|
|
2314 |
"_type": "Value"
|
2315 |
},
|
|
|
|
|
2316 |
"_type": "Sequence"
|
2317 |
},
|
2318 |
"questions": {
|
2319 |
"feature": {
|
2320 |
"dtype": "string",
|
|
|
2321 |
"_type": "Value"
|
2322 |
},
|
|
|
|
|
2323 |
"_type": "Sequence"
|
2324 |
},
|
2325 |
"caption_choices": {
|
2326 |
"dtype": "string",
|
|
|
2327 |
"_type": "Value"
|
2328 |
},
|
2329 |
"from_description": {
|
2330 |
"dtype": "string",
|
|
|
2331 |
"_type": "Value"
|
2332 |
},
|
2333 |
"label": {
|
2334 |
"dtype": "string",
|
|
|
2335 |
"_type": "Value"
|
2336 |
},
|
2337 |
"n_tokens_label": {
|
2338 |
"dtype": "int32",
|
|
|
2339 |
"_type": "Value"
|
2340 |
},
|
2341 |
"instance_id": {
|
2342 |
"dtype": "string",
|
|
|
2343 |
"_type": "Value"
|
2344 |
}
|
2345 |
},
|
|
|
|
|
|
|
2346 |
"builder_name": "newyorker_caption_contest",
|
2347 |
+
"dataset_name": "newyorker_caption_contest",
|
2348 |
"config_name": "explanation_4",
|
2349 |
"version": {
|
2350 |
"version_str": "1.0.0",
|
|
|
2351 |
"major": 1,
|
2352 |
"minor": 0,
|
2353 |
"patch": 0
|
|
|
2355 |
"splits": {
|
2356 |
"train": {
|
2357 |
"name": "train",
|
2358 |
+
"num_bytes": 141175335.3,
|
2359 |
"num_examples": 2340,
|
2360 |
+
"dataset_name": null
|
2361 |
},
|
2362 |
"validation": {
|
2363 |
"name": "validation",
|
2364 |
+
"num_bytes": 6863533.0,
|
2365 |
"num_examples": 131,
|
2366 |
+
"dataset_name": null
|
2367 |
},
|
2368 |
"test": {
|
2369 |
"name": "test",
|
2370 |
+
"num_bytes": 7911920.0,
|
2371 |
"num_examples": 130,
|
2372 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2373 |
}
|
2374 |
},
|
2375 |
+
"download_size": 140501251,
|
2376 |
+
"dataset_size": 155950788.3,
|
2377 |
+
"size_in_bytes": 296452039.3
|
|
|
2378 |
},
|
2379 |
"explanation_from_pixels_4": {
|
2380 |
"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_4/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b9acd1bf172a130a40184cbd14368b023580b2eeb53c08c8729fb8ee3df1919c
|
3 |
+
size 7858107
|
explanation_4/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ad07ab15b20d6bd76391b79d14627046e908a6b436e39725c5eb7555950d685
|
3 |
+
size 125842169
|
explanation_4/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3497a125239c43027732cfce057f593e303201bb93ea327259aaecde5e481536
|
3 |
+
size 6800975
|