upload the next config
Browse files
README.md
CHANGED
|
@@ -35,6 +35,44 @@ tags:
|
|
| 35 |
- caption contest
|
| 36 |
- new yorker
|
| 37 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
- config_name: matching
|
| 39 |
features:
|
| 40 |
- name: image
|
|
@@ -168,6 +206,14 @@ dataset_info:
|
|
| 168 |
download_size: 134283256
|
| 169 |
dataset_size: 161905361.752
|
| 170 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
- config_name: matching
|
| 172 |
data_files:
|
| 173 |
- split: train
|
|
|
|
| 35 |
- caption contest
|
| 36 |
- new yorker
|
| 37 |
dataset_info:
|
| 38 |
+
- config_name: explanation
|
| 39 |
+
features:
|
| 40 |
+
- name: image
|
| 41 |
+
dtype: image
|
| 42 |
+
- name: contest_number
|
| 43 |
+
dtype: int32
|
| 44 |
+
- name: image_location
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: image_description
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: image_uncanny_description
|
| 49 |
+
dtype: string
|
| 50 |
+
- name: entities
|
| 51 |
+
sequence: string
|
| 52 |
+
- name: questions
|
| 53 |
+
sequence: string
|
| 54 |
+
- name: caption_choices
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: from_description
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: label
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: n_tokens_label
|
| 61 |
+
dtype: int32
|
| 62 |
+
- name: instance_id
|
| 63 |
+
dtype: string
|
| 64 |
+
splits:
|
| 65 |
+
- name: train
|
| 66 |
+
num_bytes: 133827514.64
|
| 67 |
+
num_examples: 2340
|
| 68 |
+
- name: validation
|
| 69 |
+
num_bytes: 8039885.0
|
| 70 |
+
num_examples: 130
|
| 71 |
+
- name: test
|
| 72 |
+
num_bytes: 6863533.0
|
| 73 |
+
num_examples: 131
|
| 74 |
+
download_size: 139737042
|
| 75 |
+
dataset_size: 148730932.64
|
| 76 |
- config_name: matching
|
| 77 |
features:
|
| 78 |
- name: image
|
|
|
|
| 206 |
download_size: 134283256
|
| 207 |
dataset_size: 161905361.752
|
| 208 |
configs:
|
| 209 |
+
- config_name: explanation
|
| 210 |
+
data_files:
|
| 211 |
+
- split: train
|
| 212 |
+
path: explanation/train-*
|
| 213 |
+
- split: validation
|
| 214 |
+
path: explanation/validation-*
|
| 215 |
+
- split: test
|
| 216 |
+
path: explanation/test-*
|
| 217 |
- config_name: matching
|
| 218 |
data_files:
|
| 219 |
- split: train
|
dataset_infos.json
CHANGED
|
@@ -338,84 +338,64 @@
|
|
| 338 |
"license": "",
|
| 339 |
"features": {
|
| 340 |
"image": {
|
| 341 |
-
"decode": true,
|
| 342 |
-
"id": null,
|
| 343 |
"_type": "Image"
|
| 344 |
},
|
| 345 |
"contest_number": {
|
| 346 |
"dtype": "int32",
|
| 347 |
-
"id": null,
|
| 348 |
"_type": "Value"
|
| 349 |
},
|
| 350 |
"image_location": {
|
| 351 |
"dtype": "string",
|
| 352 |
-
"id": null,
|
| 353 |
"_type": "Value"
|
| 354 |
},
|
| 355 |
"image_description": {
|
| 356 |
"dtype": "string",
|
| 357 |
-
"id": null,
|
| 358 |
"_type": "Value"
|
| 359 |
},
|
| 360 |
"image_uncanny_description": {
|
| 361 |
"dtype": "string",
|
| 362 |
-
"id": null,
|
| 363 |
"_type": "Value"
|
| 364 |
},
|
| 365 |
"entities": {
|
| 366 |
"feature": {
|
| 367 |
"dtype": "string",
|
| 368 |
-
"id": null,
|
| 369 |
"_type": "Value"
|
| 370 |
},
|
| 371 |
-
"length": -1,
|
| 372 |
-
"id": null,
|
| 373 |
"_type": "Sequence"
|
| 374 |
},
|
| 375 |
"questions": {
|
| 376 |
"feature": {
|
| 377 |
"dtype": "string",
|
| 378 |
-
"id": null,
|
| 379 |
"_type": "Value"
|
| 380 |
},
|
| 381 |
-
"length": -1,
|
| 382 |
-
"id": null,
|
| 383 |
"_type": "Sequence"
|
| 384 |
},
|
| 385 |
"caption_choices": {
|
| 386 |
"dtype": "string",
|
| 387 |
-
"id": null,
|
| 388 |
"_type": "Value"
|
| 389 |
},
|
| 390 |
"from_description": {
|
| 391 |
"dtype": "string",
|
| 392 |
-
"id": null,
|
| 393 |
"_type": "Value"
|
| 394 |
},
|
| 395 |
"label": {
|
| 396 |
"dtype": "string",
|
| 397 |
-
"id": null,
|
| 398 |
"_type": "Value"
|
| 399 |
},
|
| 400 |
"n_tokens_label": {
|
| 401 |
"dtype": "int32",
|
| 402 |
-
"id": null,
|
| 403 |
"_type": "Value"
|
| 404 |
},
|
| 405 |
"instance_id": {
|
| 406 |
"dtype": "string",
|
| 407 |
-
"id": null,
|
| 408 |
"_type": "Value"
|
| 409 |
}
|
| 410 |
},
|
| 411 |
-
"post_processed": null,
|
| 412 |
-
"supervised_keys": null,
|
| 413 |
-
"task_templates": null,
|
| 414 |
"builder_name": "newyorker_caption_contest",
|
|
|
|
| 415 |
"config_name": "explanation",
|
| 416 |
"version": {
|
| 417 |
"version_str": "1.0.0",
|
| 418 |
-
"description": null,
|
| 419 |
"major": 1,
|
| 420 |
"minor": 0,
|
| 421 |
"patch": 0
|
|
@@ -423,37 +403,26 @@
|
|
| 423 |
"splits": {
|
| 424 |
"train": {
|
| 425 |
"name": "train",
|
| 426 |
-
"num_bytes":
|
| 427 |
"num_examples": 2340,
|
| 428 |
-
"dataset_name":
|
| 429 |
},
|
| 430 |
"validation": {
|
| 431 |
"name": "validation",
|
| 432 |
-
"num_bytes":
|
| 433 |
"num_examples": 130,
|
| 434 |
-
"dataset_name":
|
| 435 |
},
|
| 436 |
"test": {
|
| 437 |
"name": "test",
|
| 438 |
-
"num_bytes":
|
| 439 |
"num_examples": 131,
|
| 440 |
-
"dataset_name":
|
| 441 |
-
}
|
| 442 |
-
},
|
| 443 |
-
"download_checksums": {
|
| 444 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation.zip": {
|
| 445 |
-
"num_bytes": 856934,
|
| 446 |
-
"checksum": "7b4b8428887febaaa320c1e01a5271709c7db7a65aeb3c262d6a68b7d9f5f11f"
|
| 447 |
-
},
|
| 448 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
| 449 |
-
"num_bytes": 39523209,
|
| 450 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
| 451 |
}
|
| 452 |
},
|
| 453 |
-
"download_size":
|
| 454 |
-
"
|
| 455 |
-
"
|
| 456 |
-
"size_in_bytes": 43778094
|
| 457 |
},
|
| 458 |
"explanation_from_pixels": {
|
| 459 |
"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",
|
|
|
|
| 338 |
"license": "",
|
| 339 |
"features": {
|
| 340 |
"image": {
|
|
|
|
|
|
|
| 341 |
"_type": "Image"
|
| 342 |
},
|
| 343 |
"contest_number": {
|
| 344 |
"dtype": "int32",
|
|
|
|
| 345 |
"_type": "Value"
|
| 346 |
},
|
| 347 |
"image_location": {
|
| 348 |
"dtype": "string",
|
|
|
|
| 349 |
"_type": "Value"
|
| 350 |
},
|
| 351 |
"image_description": {
|
| 352 |
"dtype": "string",
|
|
|
|
| 353 |
"_type": "Value"
|
| 354 |
},
|
| 355 |
"image_uncanny_description": {
|
| 356 |
"dtype": "string",
|
|
|
|
| 357 |
"_type": "Value"
|
| 358 |
},
|
| 359 |
"entities": {
|
| 360 |
"feature": {
|
| 361 |
"dtype": "string",
|
|
|
|
| 362 |
"_type": "Value"
|
| 363 |
},
|
|
|
|
|
|
|
| 364 |
"_type": "Sequence"
|
| 365 |
},
|
| 366 |
"questions": {
|
| 367 |
"feature": {
|
| 368 |
"dtype": "string",
|
|
|
|
| 369 |
"_type": "Value"
|
| 370 |
},
|
|
|
|
|
|
|
| 371 |
"_type": "Sequence"
|
| 372 |
},
|
| 373 |
"caption_choices": {
|
| 374 |
"dtype": "string",
|
|
|
|
| 375 |
"_type": "Value"
|
| 376 |
},
|
| 377 |
"from_description": {
|
| 378 |
"dtype": "string",
|
|
|
|
| 379 |
"_type": "Value"
|
| 380 |
},
|
| 381 |
"label": {
|
| 382 |
"dtype": "string",
|
|
|
|
| 383 |
"_type": "Value"
|
| 384 |
},
|
| 385 |
"n_tokens_label": {
|
| 386 |
"dtype": "int32",
|
|
|
|
| 387 |
"_type": "Value"
|
| 388 |
},
|
| 389 |
"instance_id": {
|
| 390 |
"dtype": "string",
|
|
|
|
| 391 |
"_type": "Value"
|
| 392 |
}
|
| 393 |
},
|
|
|
|
|
|
|
|
|
|
| 394 |
"builder_name": "newyorker_caption_contest",
|
| 395 |
+
"dataset_name": "newyorker_caption_contest",
|
| 396 |
"config_name": "explanation",
|
| 397 |
"version": {
|
| 398 |
"version_str": "1.0.0",
|
|
|
|
| 399 |
"major": 1,
|
| 400 |
"minor": 0,
|
| 401 |
"patch": 0
|
|
|
|
| 403 |
"splits": {
|
| 404 |
"train": {
|
| 405 |
"name": "train",
|
| 406 |
+
"num_bytes": 133827514.64,
|
| 407 |
"num_examples": 2340,
|
| 408 |
+
"dataset_name": null
|
| 409 |
},
|
| 410 |
"validation": {
|
| 411 |
"name": "validation",
|
| 412 |
+
"num_bytes": 8039885.0,
|
| 413 |
"num_examples": 130,
|
| 414 |
+
"dataset_name": null
|
| 415 |
},
|
| 416 |
"test": {
|
| 417 |
"name": "test",
|
| 418 |
+
"num_bytes": 6863533.0,
|
| 419 |
"num_examples": 131,
|
| 420 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 421 |
}
|
| 422 |
},
|
| 423 |
+
"download_size": 139737042,
|
| 424 |
+
"dataset_size": 148730932.64,
|
| 425 |
+
"size_in_bytes": 288467974.64
|
|
|
|
| 426 |
},
|
| 427 |
"explanation_from_pixels": {
|
| 428 |
"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/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1e685f6270a9b6dcd5f00ac2f613c4d9f6ac85b65371093f679598643b6f66e
|
| 3 |
+
size 6801863
|
explanation/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a84867b63df49865ae723dfe92feafe3203fd437808d53edb7f3e57eb7977cdf
|
| 3 |
+
size 124960735
|
explanation/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b9e34fc1e62707e421f1796826338954fd3a95bac2f61ac943832f68bfb1b5b9
|
| 3 |
+
size 7974444
|