upload the next config
Browse files
README.md
CHANGED
@@ -137,6 +137,44 @@ dataset_info:
|
|
137 |
num_examples: 528
|
138 |
download_size: 594460072
|
139 |
dataset_size: 682243641.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
140 |
- config_name: matching_from_pixels
|
141 |
features:
|
142 |
- name: image
|
@@ -256,6 +294,14 @@ configs:
|
|
256 |
path: matching/validation-*
|
257 |
- split: test
|
258 |
path: matching/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
- config_name: matching_from_pixels
|
260 |
data_files:
|
261 |
- split: train
|
|
|
137 |
num_examples: 528
|
138 |
download_size: 594460072
|
139 |
dataset_size: 682243641.36
|
140 |
+
- config_name: matching_1
|
141 |
+
features:
|
142 |
+
- name: image
|
143 |
+
dtype: image
|
144 |
+
- name: contest_number
|
145 |
+
dtype: int32
|
146 |
+
- name: image_location
|
147 |
+
dtype: string
|
148 |
+
- name: image_description
|
149 |
+
dtype: string
|
150 |
+
- name: image_uncanny_description
|
151 |
+
dtype: string
|
152 |
+
- name: entities
|
153 |
+
sequence: string
|
154 |
+
- name: questions
|
155 |
+
sequence: string
|
156 |
+
- name: caption_choices
|
157 |
+
sequence: string
|
158 |
+
- name: from_description
|
159 |
+
dtype: string
|
160 |
+
- name: label
|
161 |
+
dtype: string
|
162 |
+
- name: n_tokens_label
|
163 |
+
dtype: int32
|
164 |
+
- name: instance_id
|
165 |
+
dtype: string
|
166 |
+
splits:
|
167 |
+
- name: train
|
168 |
+
num_bytes: 593200158.116
|
169 |
+
num_examples: 9684
|
170 |
+
- name: validation
|
171 |
+
num_bytes: 36712942.0
|
172 |
+
num_examples: 546
|
173 |
+
- name: test
|
174 |
+
num_bytes: 34157757.0
|
175 |
+
num_examples: 531
|
176 |
+
download_size: 563587231
|
177 |
+
dataset_size: 664070857.116
|
178 |
- config_name: matching_from_pixels
|
179 |
features:
|
180 |
- name: image
|
|
|
294 |
path: matching/validation-*
|
295 |
- split: test
|
296 |
path: matching/test-*
|
297 |
+
- config_name: matching_1
|
298 |
+
data_files:
|
299 |
+
- split: train
|
300 |
+
path: matching_1/train-*
|
301 |
+
- split: validation
|
302 |
+
path: matching_1/validation-*
|
303 |
+
- split: test
|
304 |
+
path: matching_1/test-*
|
305 |
- config_name: matching_from_pixels
|
306 |
data_files:
|
307 |
- split: train
|
dataset_infos.json
CHANGED
@@ -494,89 +494,67 @@
|
|
494 |
"license": "",
|
495 |
"features": {
|
496 |
"image": {
|
497 |
-
"decode": true,
|
498 |
-
"id": null,
|
499 |
"_type": "Image"
|
500 |
},
|
501 |
"contest_number": {
|
502 |
"dtype": "int32",
|
503 |
-
"id": null,
|
504 |
"_type": "Value"
|
505 |
},
|
506 |
"image_location": {
|
507 |
"dtype": "string",
|
508 |
-
"id": null,
|
509 |
"_type": "Value"
|
510 |
},
|
511 |
"image_description": {
|
512 |
"dtype": "string",
|
513 |
-
"id": null,
|
514 |
"_type": "Value"
|
515 |
},
|
516 |
"image_uncanny_description": {
|
517 |
"dtype": "string",
|
518 |
-
"id": null,
|
519 |
"_type": "Value"
|
520 |
},
|
521 |
"entities": {
|
522 |
"feature": {
|
523 |
"dtype": "string",
|
524 |
-
"id": null,
|
525 |
"_type": "Value"
|
526 |
},
|
527 |
-
"length": -1,
|
528 |
-
"id": null,
|
529 |
"_type": "Sequence"
|
530 |
},
|
531 |
"questions": {
|
532 |
"feature": {
|
533 |
"dtype": "string",
|
534 |
-
"id": null,
|
535 |
"_type": "Value"
|
536 |
},
|
537 |
-
"length": -1,
|
538 |
-
"id": null,
|
539 |
"_type": "Sequence"
|
540 |
},
|
541 |
"caption_choices": {
|
542 |
"feature": {
|
543 |
"dtype": "string",
|
544 |
-
"id": null,
|
545 |
"_type": "Value"
|
546 |
},
|
547 |
-
"length": -1,
|
548 |
-
"id": null,
|
549 |
"_type": "Sequence"
|
550 |
},
|
551 |
"from_description": {
|
552 |
"dtype": "string",
|
553 |
-
"id": null,
|
554 |
"_type": "Value"
|
555 |
},
|
556 |
"label": {
|
557 |
"dtype": "string",
|
558 |
-
"id": null,
|
559 |
"_type": "Value"
|
560 |
},
|
561 |
"n_tokens_label": {
|
562 |
"dtype": "int32",
|
563 |
-
"id": null,
|
564 |
"_type": "Value"
|
565 |
},
|
566 |
"instance_id": {
|
567 |
"dtype": "string",
|
568 |
-
"id": null,
|
569 |
"_type": "Value"
|
570 |
}
|
571 |
},
|
572 |
-
"post_processed": null,
|
573 |
-
"supervised_keys": null,
|
574 |
-
"task_templates": null,
|
575 |
"builder_name": "newyorker_caption_contest",
|
|
|
576 |
"config_name": "matching_1",
|
577 |
"version": {
|
578 |
"version_str": "1.0.0",
|
579 |
-
"description": null,
|
580 |
"major": 1,
|
581 |
"minor": 0,
|
582 |
"patch": 0
|
@@ -584,37 +562,26 @@
|
|
584 |
"splits": {
|
585 |
"train": {
|
586 |
"name": "train",
|
587 |
-
"num_bytes":
|
588 |
"num_examples": 9684,
|
589 |
-
"dataset_name":
|
590 |
},
|
591 |
"validation": {
|
592 |
"name": "validation",
|
593 |
-
"num_bytes":
|
594 |
"num_examples": 546,
|
595 |
-
"dataset_name":
|
596 |
},
|
597 |
"test": {
|
598 |
"name": "test",
|
599 |
-
"num_bytes":
|
600 |
"num_examples": 531,
|
601 |
-
"dataset_name":
|
602 |
-
}
|
603 |
-
},
|
604 |
-
"download_checksums": {
|
605 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_1.zip": {
|
606 |
-
"num_bytes": 3338401,
|
607 |
-
"checksum": "9c0e4d60efda7aee8d68d3d8e042c473de8ad10f41f0dcfaeda0ba3d408b1a50"
|
608 |
-
},
|
609 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
610 |
-
"num_bytes": 39523209,
|
611 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
612 |
}
|
613 |
},
|
614 |
-
"download_size":
|
615 |
-
"
|
616 |
-
"
|
617 |
-
"size_in_bytes": 57628897
|
618 |
},
|
619 |
"matching_from_pixels_1": {
|
620 |
"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n",
|
|
|
494 |
"license": "",
|
495 |
"features": {
|
496 |
"image": {
|
|
|
|
|
497 |
"_type": "Image"
|
498 |
},
|
499 |
"contest_number": {
|
500 |
"dtype": "int32",
|
|
|
501 |
"_type": "Value"
|
502 |
},
|
503 |
"image_location": {
|
504 |
"dtype": "string",
|
|
|
505 |
"_type": "Value"
|
506 |
},
|
507 |
"image_description": {
|
508 |
"dtype": "string",
|
|
|
509 |
"_type": "Value"
|
510 |
},
|
511 |
"image_uncanny_description": {
|
512 |
"dtype": "string",
|
|
|
513 |
"_type": "Value"
|
514 |
},
|
515 |
"entities": {
|
516 |
"feature": {
|
517 |
"dtype": "string",
|
|
|
518 |
"_type": "Value"
|
519 |
},
|
|
|
|
|
520 |
"_type": "Sequence"
|
521 |
},
|
522 |
"questions": {
|
523 |
"feature": {
|
524 |
"dtype": "string",
|
|
|
525 |
"_type": "Value"
|
526 |
},
|
|
|
|
|
527 |
"_type": "Sequence"
|
528 |
},
|
529 |
"caption_choices": {
|
530 |
"feature": {
|
531 |
"dtype": "string",
|
|
|
532 |
"_type": "Value"
|
533 |
},
|
|
|
|
|
534 |
"_type": "Sequence"
|
535 |
},
|
536 |
"from_description": {
|
537 |
"dtype": "string",
|
|
|
538 |
"_type": "Value"
|
539 |
},
|
540 |
"label": {
|
541 |
"dtype": "string",
|
|
|
542 |
"_type": "Value"
|
543 |
},
|
544 |
"n_tokens_label": {
|
545 |
"dtype": "int32",
|
|
|
546 |
"_type": "Value"
|
547 |
},
|
548 |
"instance_id": {
|
549 |
"dtype": "string",
|
|
|
550 |
"_type": "Value"
|
551 |
}
|
552 |
},
|
|
|
|
|
|
|
553 |
"builder_name": "newyorker_caption_contest",
|
554 |
+
"dataset_name": "newyorker_caption_contest",
|
555 |
"config_name": "matching_1",
|
556 |
"version": {
|
557 |
"version_str": "1.0.0",
|
|
|
558 |
"major": 1,
|
559 |
"minor": 0,
|
560 |
"patch": 0
|
|
|
562 |
"splits": {
|
563 |
"train": {
|
564 |
"name": "train",
|
565 |
+
"num_bytes": 593200158.116,
|
566 |
"num_examples": 9684,
|
567 |
+
"dataset_name": null
|
568 |
},
|
569 |
"validation": {
|
570 |
"name": "validation",
|
571 |
+
"num_bytes": 36712942.0,
|
572 |
"num_examples": 546,
|
573 |
+
"dataset_name": null
|
574 |
},
|
575 |
"test": {
|
576 |
"name": "test",
|
577 |
+
"num_bytes": 34157757.0,
|
578 |
"num_examples": 531,
|
579 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
580 |
}
|
581 |
},
|
582 |
+
"download_size": 563587231,
|
583 |
+
"dataset_size": 664070857.116,
|
584 |
+
"size_in_bytes": 1227658088.1160002
|
|
|
585 |
},
|
586 |
"matching_from_pixels_1": {
|
587 |
"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 5 captions. Only one of the captions was truly written about the cartoon. You must select it.\n",
|
matching_1/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ddb8a794a8e6489dbd9f21796dde75aa1d20e603a3202d07d0adf21822fe624
|
3 |
+
size 24958578
|
matching_1/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b7e1e2dc6a368cce9344a1d285f998b82f1fd5a4f55915a8f5d92f069c0dce0
|
3 |
+
size 256296766
|
matching_1/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2c83b97755327585d881dc2a1c865bc8a81ccd3ce432232f7b2b6e4c04497201
|
3 |
+
size 255210234
|
matching_1/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4382a29c83273dd339ec7fba6ba0b24b36fc38d6a89d81d429be973231293217
|
3 |
+
size 27121653
|