severo HF staff commited on
Commit
61f0c52
1 Parent(s): 511baf3

upload the next config

Browse files
README.md CHANGED
@@ -139,6 +139,34 @@ dataset_info:
139
  num_examples: 513
140
  download_size: 571604579
141
  dataset_size: 656147207.632
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
142
  configs:
143
  - config_name: matching
144
  data_files:
@@ -164,6 +192,14 @@ configs:
164
  path: ranking/validation-*
165
  - split: test
166
  path: ranking/test-*
 
 
 
 
 
 
 
 
167
  ---
168
 
169
  # Dataset Card for New Yorker Caption Contest Benchmarks
 
139
  num_examples: 513
140
  download_size: 571604579
141
  dataset_size: 656147207.632
142
+ - config_name: ranking_from_pixels
143
+ features:
144
+ - name: image
145
+ dtype: image
146
+ - name: contest_number
147
+ dtype: int32
148
+ - name: caption_choices
149
+ sequence: string
150
+ - name: winner_source
151
+ dtype: string
152
+ - name: label
153
+ dtype: string
154
+ - name: n_tokens_label
155
+ dtype: int32
156
+ - name: instance_id
157
+ dtype: string
158
+ splits:
159
+ - name: train
160
+ num_bytes: 101282973.752
161
+ num_examples: 1596
162
+ - name: validation
163
+ num_bytes: 32072331.0
164
+ num_examples: 506
165
+ - name: test
166
+ num_bytes: 28550057.0
167
+ num_examples: 513
168
+ download_size: 134283256
169
+ dataset_size: 161905361.752
170
  configs:
171
  - config_name: matching
172
  data_files:
 
192
  path: ranking/validation-*
193
  - split: test
194
  path: ranking/test-*
195
+ - config_name: ranking_from_pixels
196
+ data_files:
197
+ - split: train
198
+ path: ranking_from_pixels/train-*
199
+ - split: validation
200
+ path: ranking_from_pixels/validation-*
201
+ - split: test
202
+ path: ranking_from_pixels/test-*
203
  ---
204
 
205
  # Dataset Card for New Yorker Caption Contest Benchmarks
dataset_infos.json CHANGED
@@ -268,54 +268,41 @@
268
  "license": "",
269
  "features": {
270
  "image": {
271
- "decode": true,
272
- "id": null,
273
  "_type": "Image"
274
  },
275
  "contest_number": {
276
  "dtype": "int32",
277
- "id": null,
278
  "_type": "Value"
279
  },
280
  "caption_choices": {
281
  "feature": {
282
  "dtype": "string",
283
- "id": null,
284
  "_type": "Value"
285
  },
286
- "length": -1,
287
- "id": null,
288
  "_type": "Sequence"
289
  },
290
  "winner_source": {
291
  "dtype": "string",
292
- "id": null,
293
  "_type": "Value"
294
  },
295
  "label": {
296
  "dtype": "string",
297
- "id": null,
298
  "_type": "Value"
299
  },
300
  "n_tokens_label": {
301
  "dtype": "int32",
302
- "id": null,
303
  "_type": "Value"
304
  },
305
  "instance_id": {
306
  "dtype": "string",
307
- "id": null,
308
  "_type": "Value"
309
  }
310
  },
311
- "post_processed": null,
312
- "supervised_keys": null,
313
- "task_templates": null,
314
  "builder_name": "newyorker_caption_contest",
 
315
  "config_name": "ranking_from_pixels",
316
  "version": {
317
  "version_str": "1.0.0",
318
- "description": null,
319
  "major": 1,
320
  "minor": 0,
321
  "patch": 0
@@ -323,37 +310,26 @@
323
  "splits": {
324
  "train": {
325
  "name": "train",
326
- "num_bytes": 531704,
327
  "num_examples": 1596,
328
- "dataset_name": "newyorker_caption_contest"
329
  },
330
  "validation": {
331
  "name": "validation",
332
- "num_bytes": 167378,
333
  "num_examples": 506,
334
- "dataset_name": "newyorker_caption_contest"
335
  },
336
  "test": {
337
  "name": "test",
338
- "num_bytes": 169649,
339
  "num_examples": 513,
340
- "dataset_name": "newyorker_caption_contest"
341
- }
342
- },
343
- "download_checksums": {
344
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels.zip": {
345
- "num_bytes": 203854,
346
- "checksum": "6afb6dd49b9558091ce09e4dea0d09a101049bd59ed6d26567cfa3401e60682c"
347
- },
348
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
349
- "num_bytes": 39523209,
350
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
351
  }
352
  },
353
- "download_size": 39727063,
354
- "post_processing_size": null,
355
- "dataset_size": 868731,
356
- "size_in_bytes": 40595794
357
  },
358
  "explanation": {
359
  "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",
 
268
  "license": "",
269
  "features": {
270
  "image": {
 
 
271
  "_type": "Image"
272
  },
273
  "contest_number": {
274
  "dtype": "int32",
 
275
  "_type": "Value"
276
  },
277
  "caption_choices": {
278
  "feature": {
279
  "dtype": "string",
 
280
  "_type": "Value"
281
  },
 
 
282
  "_type": "Sequence"
283
  },
284
  "winner_source": {
285
  "dtype": "string",
 
286
  "_type": "Value"
287
  },
288
  "label": {
289
  "dtype": "string",
 
290
  "_type": "Value"
291
  },
292
  "n_tokens_label": {
293
  "dtype": "int32",
 
294
  "_type": "Value"
295
  },
296
  "instance_id": {
297
  "dtype": "string",
 
298
  "_type": "Value"
299
  }
300
  },
 
 
 
301
  "builder_name": "newyorker_caption_contest",
302
+ "dataset_name": "newyorker_caption_contest",
303
  "config_name": "ranking_from_pixels",
304
  "version": {
305
  "version_str": "1.0.0",
 
306
  "major": 1,
307
  "minor": 0,
308
  "patch": 0
 
310
  "splits": {
311
  "train": {
312
  "name": "train",
313
+ "num_bytes": 101282973.752,
314
  "num_examples": 1596,
315
+ "dataset_name": null
316
  },
317
  "validation": {
318
  "name": "validation",
319
+ "num_bytes": 32072331.0,
320
  "num_examples": 506,
321
+ "dataset_name": null
322
  },
323
  "test": {
324
  "name": "test",
325
+ "num_bytes": 28550057.0,
326
  "num_examples": 513,
327
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
328
  }
329
  },
330
+ "download_size": 134283256,
331
+ "dataset_size": 161905361.752,
332
+ "size_in_bytes": 296188617.752
 
333
  },
334
  "explanation": {
335
  "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/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dea625b09d9d12b9fec1018382586b6bc7b282a2a16ec9585792b90400f5fd
3
+ size 20554836
ranking_from_pixels/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7339aeaa7acb456277e06373aaa7e8cd9565be66537f0b702b718e9244f525c9
3
+ size 90654235
ranking_from_pixels/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc085c708bd3d77306c3b32bdd00fe1636446f19548011ea6bb07bf902e5db35
3
+ size 23074185