upload the second config
Browse files
README.md
CHANGED
@@ -35,7 +35,7 @@ tags:
|
|
35 |
- caption contest
|
36 |
- new yorker
|
37 |
dataset_info:
|
38 |
-
|
39 |
features:
|
40 |
- name: image
|
41 |
dtype: image
|
@@ -73,6 +73,32 @@ dataset_info:
|
|
73 |
num_examples: 528
|
74 |
download_size: 594460072
|
75 |
dataset_size: 682243641.36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
configs:
|
77 |
- config_name: matching
|
78 |
data_files:
|
@@ -82,6 +108,14 @@ configs:
|
|
82 |
path: matching/validation-*
|
83 |
- split: test
|
84 |
path: matching/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
---
|
86 |
|
87 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
|
|
35 |
- caption contest
|
36 |
- new yorker
|
37 |
dataset_info:
|
38 |
+
- config_name: matching
|
39 |
features:
|
40 |
- name: image
|
41 |
dtype: image
|
|
|
73 |
num_examples: 528
|
74 |
download_size: 594460072
|
75 |
dataset_size: 682243641.36
|
76 |
+
- config_name: matching_from_pixels
|
77 |
+
features:
|
78 |
+
- name: image
|
79 |
+
dtype: image
|
80 |
+
- name: contest_number
|
81 |
+
dtype: int32
|
82 |
+
- name: caption_choices
|
83 |
+
sequence: string
|
84 |
+
- name: label
|
85 |
+
dtype: string
|
86 |
+
- name: n_tokens_label
|
87 |
+
dtype: int32
|
88 |
+
- name: instance_id
|
89 |
+
dtype: string
|
90 |
+
splits:
|
91 |
+
- name: train
|
92 |
+
num_bytes: 101439044.384
|
93 |
+
num_examples: 1632
|
94 |
+
- name: validation
|
95 |
+
num_bytes: 33714551.0
|
96 |
+
num_examples: 531
|
97 |
+
- name: test
|
98 |
+
num_bytes: 29368704.0
|
99 |
+
num_examples: 528
|
100 |
+
download_size: 139733134
|
101 |
+
dataset_size: 164522299.384
|
102 |
configs:
|
103 |
- config_name: matching
|
104 |
data_files:
|
|
|
108 |
path: matching/validation-*
|
109 |
- split: test
|
110 |
path: matching/test-*
|
111 |
+
- config_name: matching_from_pixels
|
112 |
+
data_files:
|
113 |
+
- split: train
|
114 |
+
path: matching_from_pixels/train-*
|
115 |
+
- split: validation
|
116 |
+
path: matching_from_pixels/validation-*
|
117 |
+
- split: test
|
118 |
+
path: matching_from_pixels/test-*
|
119 |
---
|
120 |
|
121 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
dataset_infos.json
CHANGED
@@ -102,49 +102,37 @@
|
|
102 |
"license": "",
|
103 |
"features": {
|
104 |
"image": {
|
105 |
-
"decode": true,
|
106 |
-
"id": null,
|
107 |
"_type": "Image"
|
108 |
},
|
109 |
"contest_number": {
|
110 |
"dtype": "int32",
|
111 |
-
"id": null,
|
112 |
"_type": "Value"
|
113 |
},
|
114 |
"caption_choices": {
|
115 |
"feature": {
|
116 |
"dtype": "string",
|
117 |
-
"id": null,
|
118 |
"_type": "Value"
|
119 |
},
|
120 |
-
"length": -1,
|
121 |
-
"id": null,
|
122 |
"_type": "Sequence"
|
123 |
},
|
124 |
"label": {
|
125 |
"dtype": "string",
|
126 |
-
"id": null,
|
127 |
"_type": "Value"
|
128 |
},
|
129 |
"n_tokens_label": {
|
130 |
"dtype": "int32",
|
131 |
-
"id": null,
|
132 |
"_type": "Value"
|
133 |
},
|
134 |
"instance_id": {
|
135 |
"dtype": "string",
|
136 |
-
"id": null,
|
137 |
"_type": "Value"
|
138 |
}
|
139 |
},
|
140 |
-
"post_processed": null,
|
141 |
-
"supervised_keys": null,
|
142 |
-
"task_templates": null,
|
143 |
"builder_name": "newyorker_caption_contest",
|
|
|
144 |
"config_name": "matching_from_pixels",
|
145 |
"version": {
|
146 |
"version_str": "1.0.0",
|
147 |
-
"description": null,
|
148 |
"major": 1,
|
149 |
"minor": 0,
|
150 |
"patch": 0
|
@@ -152,37 +140,26 @@
|
|
152 |
"splits": {
|
153 |
"train": {
|
154 |
"name": "train",
|
155 |
-
"num_bytes":
|
156 |
"num_examples": 1632,
|
157 |
-
"dataset_name":
|
158 |
},
|
159 |
"validation": {
|
160 |
"name": "validation",
|
161 |
-
"num_bytes":
|
162 |
"num_examples": 531,
|
163 |
-
"dataset_name":
|
164 |
},
|
165 |
"test": {
|
166 |
"name": "test",
|
167 |
-
"num_bytes":
|
168 |
"num_examples": 528,
|
169 |
-
"dataset_name":
|
170 |
-
}
|
171 |
-
},
|
172 |
-
"download_checksums": {
|
173 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels.zip": {
|
174 |
-
"num_bytes": 307725,
|
175 |
-
"checksum": "0ae2d1c3a2ddfc0873ef993247b1c184ade37ef2f72fb59984116d1696577bb1"
|
176 |
-
},
|
177 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
178 |
-
"num_bytes": 39523209,
|
179 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
180 |
}
|
181 |
},
|
182 |
-
"download_size":
|
183 |
-
"
|
184 |
-
"
|
185 |
-
"size_in_bytes": 41081338
|
186 |
},
|
187 |
"ranking": {
|
188 |
"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",
|
|
|
102 |
"license": "",
|
103 |
"features": {
|
104 |
"image": {
|
|
|
|
|
105 |
"_type": "Image"
|
106 |
},
|
107 |
"contest_number": {
|
108 |
"dtype": "int32",
|
|
|
109 |
"_type": "Value"
|
110 |
},
|
111 |
"caption_choices": {
|
112 |
"feature": {
|
113 |
"dtype": "string",
|
|
|
114 |
"_type": "Value"
|
115 |
},
|
|
|
|
|
116 |
"_type": "Sequence"
|
117 |
},
|
118 |
"label": {
|
119 |
"dtype": "string",
|
|
|
120 |
"_type": "Value"
|
121 |
},
|
122 |
"n_tokens_label": {
|
123 |
"dtype": "int32",
|
|
|
124 |
"_type": "Value"
|
125 |
},
|
126 |
"instance_id": {
|
127 |
"dtype": "string",
|
|
|
128 |
"_type": "Value"
|
129 |
}
|
130 |
},
|
|
|
|
|
|
|
131 |
"builder_name": "newyorker_caption_contest",
|
132 |
+
"dataset_name": "newyorker_caption_contest",
|
133 |
"config_name": "matching_from_pixels",
|
134 |
"version": {
|
135 |
"version_str": "1.0.0",
|
|
|
136 |
"major": 1,
|
137 |
"minor": 0,
|
138 |
"patch": 0
|
|
|
140 |
"splits": {
|
141 |
"train": {
|
142 |
"name": "train",
|
143 |
+
"num_bytes": 101439044.384,
|
144 |
"num_examples": 1632,
|
145 |
+
"dataset_name": null
|
146 |
},
|
147 |
"validation": {
|
148 |
"name": "validation",
|
149 |
+
"num_bytes": 33714551.0,
|
150 |
"num_examples": 531,
|
151 |
+
"dataset_name": null
|
152 |
},
|
153 |
"test": {
|
154 |
"name": "test",
|
155 |
+
"num_bytes": 29368704.0,
|
156 |
"num_examples": 528,
|
157 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
}
|
159 |
},
|
160 |
+
"download_size": 139733134,
|
161 |
+
"dataset_size": 164522299.384,
|
162 |
+
"size_in_bytes": 304255433.384
|
|
|
163 |
},
|
164 |
"ranking": {
|
165 |
"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",
|
matching_from_pixels/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:71060851366625960fe6caf4daab296d2eebcbeea92c249cbdeff54c3d3a6293
|
3 |
+
size 21257593
|
matching_from_pixels/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eb59f683603aa359a522e1cf3f732bc094726bb03dc029200fbb3e56525d1bad
|
3 |
+
size 92960835
|
matching_from_pixels/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a2f21bd234302c9ce3d950bdd0f11716eef78056cfbaf4ef3db14740e95dd45
|
3 |
+
size 25514706
|