upload the next config
Browse files
README.md
CHANGED
@@ -531,6 +531,34 @@ dataset_info:
|
|
531 |
num_examples: 506
|
532 |
download_size: 130879365
|
533 |
dataset_size: 160160811.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
534 |
configs:
|
535 |
- config_name: explanation
|
536 |
data_files:
|
@@ -652,6 +680,14 @@ configs:
|
|
652 |
path: ranking_from_pixels_1/validation-*
|
653 |
- split: test
|
654 |
path: ranking_from_pixels_1/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
655 |
---
|
656 |
|
657 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
|
|
531 |
num_examples: 506
|
532 |
download_size: 130879365
|
533 |
dataset_size: 160160811.15
|
534 |
+
- config_name: ranking_from_pixels_2
|
535 |
+
features:
|
536 |
+
- name: image
|
537 |
+
dtype: image
|
538 |
+
- name: contest_number
|
539 |
+
dtype: int32
|
540 |
+
- name: caption_choices
|
541 |
+
sequence: string
|
542 |
+
- name: winner_source
|
543 |
+
dtype: string
|
544 |
+
- name: label
|
545 |
+
dtype: string
|
546 |
+
- name: n_tokens_label
|
547 |
+
dtype: int32
|
548 |
+
- name: instance_id
|
549 |
+
dtype: string
|
550 |
+
splits:
|
551 |
+
- name: train
|
552 |
+
num_bytes: 93496576.85
|
553 |
+
num_examples: 1550
|
554 |
+
- name: validation
|
555 |
+
num_bytes: 32145436.0
|
556 |
+
num_examples: 531
|
557 |
+
- name: test
|
558 |
+
num_bytes: 34965110.0
|
559 |
+
num_examples: 534
|
560 |
+
download_size: 131637359
|
561 |
+
dataset_size: 160607122.85
|
562 |
configs:
|
563 |
- config_name: explanation
|
564 |
data_files:
|
|
|
680 |
path: ranking_from_pixels_1/validation-*
|
681 |
- split: test
|
682 |
path: ranking_from_pixels_1/test-*
|
683 |
+
- config_name: ranking_from_pixels_2
|
684 |
+
data_files:
|
685 |
+
- split: train
|
686 |
+
path: ranking_from_pixels_2/train-*
|
687 |
+
- split: validation
|
688 |
+
path: ranking_from_pixels_2/validation-*
|
689 |
+
- split: test
|
690 |
+
path: ranking_from_pixels_2/test-*
|
691 |
---
|
692 |
|
693 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
dataset_infos.json
CHANGED
@@ -1244,54 +1244,41 @@
|
|
1244 |
"license": "",
|
1245 |
"features": {
|
1246 |
"image": {
|
1247 |
-
"decode": true,
|
1248 |
-
"id": null,
|
1249 |
"_type": "Image"
|
1250 |
},
|
1251 |
"contest_number": {
|
1252 |
"dtype": "int32",
|
1253 |
-
"id": null,
|
1254 |
"_type": "Value"
|
1255 |
},
|
1256 |
"caption_choices": {
|
1257 |
"feature": {
|
1258 |
"dtype": "string",
|
1259 |
-
"id": null,
|
1260 |
"_type": "Value"
|
1261 |
},
|
1262 |
-
"length": -1,
|
1263 |
-
"id": null,
|
1264 |
"_type": "Sequence"
|
1265 |
},
|
1266 |
"winner_source": {
|
1267 |
"dtype": "string",
|
1268 |
-
"id": null,
|
1269 |
"_type": "Value"
|
1270 |
},
|
1271 |
"label": {
|
1272 |
"dtype": "string",
|
1273 |
-
"id": null,
|
1274 |
"_type": "Value"
|
1275 |
},
|
1276 |
"n_tokens_label": {
|
1277 |
"dtype": "int32",
|
1278 |
-
"id": null,
|
1279 |
"_type": "Value"
|
1280 |
},
|
1281 |
"instance_id": {
|
1282 |
"dtype": "string",
|
1283 |
-
"id": null,
|
1284 |
"_type": "Value"
|
1285 |
}
|
1286 |
},
|
1287 |
-
"post_processed": null,
|
1288 |
-
"supervised_keys": null,
|
1289 |
-
"task_templates": null,
|
1290 |
"builder_name": "newyorker_caption_contest",
|
|
|
1291 |
"config_name": "ranking_from_pixels_2",
|
1292 |
"version": {
|
1293 |
"version_str": "1.0.0",
|
1294 |
-
"description": null,
|
1295 |
"major": 1,
|
1296 |
"minor": 0,
|
1297 |
"patch": 0
|
@@ -1299,37 +1286,26 @@
|
|
1299 |
"splits": {
|
1300 |
"train": {
|
1301 |
"name": "train",
|
1302 |
-
"num_bytes":
|
1303 |
"num_examples": 1550,
|
1304 |
-
"dataset_name":
|
1305 |
},
|
1306 |
"validation": {
|
1307 |
"name": "validation",
|
1308 |
-
"num_bytes":
|
1309 |
"num_examples": 531,
|
1310 |
-
"dataset_name":
|
1311 |
},
|
1312 |
"test": {
|
1313 |
"name": "test",
|
1314 |
-
"num_bytes":
|
1315 |
"num_examples": 534,
|
1316 |
-
"dataset_name":
|
1317 |
-
}
|
1318 |
-
},
|
1319 |
-
"download_checksums": {
|
1320 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_2.zip": {
|
1321 |
-
"num_bytes": 203718,
|
1322 |
-
"checksum": "2949692ace6eb2162fffaff17a88898d2d608dcfdc2d04861c23ec05b87ef6c5"
|
1323 |
-
},
|
1324 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
1325 |
-
"num_bytes": 39523209,
|
1326 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
1327 |
}
|
1328 |
},
|
1329 |
-
"download_size":
|
1330 |
-
"
|
1331 |
-
"
|
1332 |
-
"size_in_bytes": 40595657
|
1333 |
},
|
1334 |
"explanation_2": {
|
1335 |
"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",
|
|
|
1244 |
"license": "",
|
1245 |
"features": {
|
1246 |
"image": {
|
|
|
|
|
1247 |
"_type": "Image"
|
1248 |
},
|
1249 |
"contest_number": {
|
1250 |
"dtype": "int32",
|
|
|
1251 |
"_type": "Value"
|
1252 |
},
|
1253 |
"caption_choices": {
|
1254 |
"feature": {
|
1255 |
"dtype": "string",
|
|
|
1256 |
"_type": "Value"
|
1257 |
},
|
|
|
|
|
1258 |
"_type": "Sequence"
|
1259 |
},
|
1260 |
"winner_source": {
|
1261 |
"dtype": "string",
|
|
|
1262 |
"_type": "Value"
|
1263 |
},
|
1264 |
"label": {
|
1265 |
"dtype": "string",
|
|
|
1266 |
"_type": "Value"
|
1267 |
},
|
1268 |
"n_tokens_label": {
|
1269 |
"dtype": "int32",
|
|
|
1270 |
"_type": "Value"
|
1271 |
},
|
1272 |
"instance_id": {
|
1273 |
"dtype": "string",
|
|
|
1274 |
"_type": "Value"
|
1275 |
}
|
1276 |
},
|
|
|
|
|
|
|
1277 |
"builder_name": "newyorker_caption_contest",
|
1278 |
+
"dataset_name": "newyorker_caption_contest",
|
1279 |
"config_name": "ranking_from_pixels_2",
|
1280 |
"version": {
|
1281 |
"version_str": "1.0.0",
|
|
|
1282 |
"major": 1,
|
1283 |
"minor": 0,
|
1284 |
"patch": 0
|
|
|
1286 |
"splits": {
|
1287 |
"train": {
|
1288 |
"name": "train",
|
1289 |
+
"num_bytes": 93496576.85,
|
1290 |
"num_examples": 1550,
|
1291 |
+
"dataset_name": null
|
1292 |
},
|
1293 |
"validation": {
|
1294 |
"name": "validation",
|
1295 |
+
"num_bytes": 32145436.0,
|
1296 |
"num_examples": 531,
|
1297 |
+
"dataset_name": null
|
1298 |
},
|
1299 |
"test": {
|
1300 |
"name": "test",
|
1301 |
+
"num_bytes": 34965110.0,
|
1302 |
"num_examples": 534,
|
1303 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1304 |
}
|
1305 |
},
|
1306 |
+
"download_size": 131637359,
|
1307 |
+
"dataset_size": 160607122.85,
|
1308 |
+
"size_in_bytes": 292244481.85
|
|
|
1309 |
},
|
1310 |
"explanation_2": {
|
1311 |
"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_2/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18c3dfb62d8e6a7d426e1ce42ce3db5bf0bfafa3467d0cb67f0dbac4ae54e028
|
3 |
+
size 24593347
|
ranking_from_pixels_2/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce7be82d8d8d53d2e4e1990387fe218bcd47ef0886abe38d2c40f2d64dbbb8bd
|
3 |
+
size 83162969
|
ranking_from_pixels_2/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2df4a5265dbc2bb17e1fea2fcba232caed06ccf46fca0251fcaab73f22bfd720
|
3 |
+
size 23881043
|