severo HF staff commited on
Commit
150c302
1 Parent(s): b1b95d7

upload the next config

Browse files
README.md CHANGED
@@ -435,6 +435,46 @@ dataset_info:
435
  num_examples: 507
436
  download_size: 546559254
437
  dataset_size: 648055493.9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  - config_name: ranking_from_pixels
439
  features:
440
  - name: image
@@ -588,6 +628,14 @@ configs:
588
  path: ranking_1/validation-*
589
  - split: test
590
  path: ranking_1/test-*
 
 
 
 
 
 
 
 
591
  - config_name: ranking_from_pixels
592
  data_files:
593
  - split: train
 
435
  num_examples: 507
436
  download_size: 546559254
437
  dataset_size: 648055493.9
438
+ - config_name: ranking_2
439
+ features:
440
+ - name: image
441
+ dtype: image
442
+ - name: contest_number
443
+ dtype: int32
444
+ - name: image_location
445
+ dtype: string
446
+ - name: image_description
447
+ dtype: string
448
+ - name: image_uncanny_description
449
+ dtype: string
450
+ - name: entities
451
+ sequence: string
452
+ - name: questions
453
+ sequence: string
454
+ - name: caption_choices
455
+ sequence: string
456
+ - name: from_description
457
+ dtype: string
458
+ - name: winner_source
459
+ dtype: string
460
+ - name: label
461
+ dtype: string
462
+ - name: n_tokens_label
463
+ dtype: int32
464
+ - name: instance_id
465
+ dtype: string
466
+ splits:
467
+ - name: train
468
+ num_bytes: 566811450.504
469
+ num_examples: 9306
470
+ - name: validation
471
+ num_bytes: 32519173.0
472
+ num_examples: 531
473
+ - name: test
474
+ num_bytes: 35332200.0
475
+ num_examples: 534
476
+ download_size: 544444097
477
+ dataset_size: 634662823.504
478
  - config_name: ranking_from_pixels
479
  features:
480
  - name: image
 
628
  path: ranking_1/validation-*
629
  - split: test
630
  path: ranking_1/test-*
631
+ - config_name: ranking_2
632
+ data_files:
633
+ - split: train
634
+ path: ranking_2/train-*
635
+ - split: validation
636
+ path: ranking_2/validation-*
637
+ - split: test
638
+ path: ranking_2/test-*
639
  - config_name: ranking_from_pixels
640
  data_files:
641
  - split: train
dataset_infos.json CHANGED
@@ -1144,94 +1144,71 @@
1144
  "license": "",
1145
  "features": {
1146
  "image": {
1147
- "decode": true,
1148
- "id": null,
1149
  "_type": "Image"
1150
  },
1151
  "contest_number": {
1152
  "dtype": "int32",
1153
- "id": null,
1154
  "_type": "Value"
1155
  },
1156
  "image_location": {
1157
  "dtype": "string",
1158
- "id": null,
1159
  "_type": "Value"
1160
  },
1161
  "image_description": {
1162
  "dtype": "string",
1163
- "id": null,
1164
  "_type": "Value"
1165
  },
1166
  "image_uncanny_description": {
1167
  "dtype": "string",
1168
- "id": null,
1169
  "_type": "Value"
1170
  },
1171
  "entities": {
1172
  "feature": {
1173
  "dtype": "string",
1174
- "id": null,
1175
  "_type": "Value"
1176
  },
1177
- "length": -1,
1178
- "id": null,
1179
  "_type": "Sequence"
1180
  },
1181
  "questions": {
1182
  "feature": {
1183
  "dtype": "string",
1184
- "id": null,
1185
  "_type": "Value"
1186
  },
1187
- "length": -1,
1188
- "id": null,
1189
  "_type": "Sequence"
1190
  },
1191
  "caption_choices": {
1192
  "feature": {
1193
  "dtype": "string",
1194
- "id": null,
1195
  "_type": "Value"
1196
  },
1197
- "length": -1,
1198
- "id": null,
1199
  "_type": "Sequence"
1200
  },
1201
  "from_description": {
1202
  "dtype": "string",
1203
- "id": null,
1204
  "_type": "Value"
1205
  },
1206
  "winner_source": {
1207
  "dtype": "string",
1208
- "id": null,
1209
  "_type": "Value"
1210
  },
1211
  "label": {
1212
  "dtype": "string",
1213
- "id": null,
1214
  "_type": "Value"
1215
  },
1216
  "n_tokens_label": {
1217
  "dtype": "int32",
1218
- "id": null,
1219
  "_type": "Value"
1220
  },
1221
  "instance_id": {
1222
  "dtype": "string",
1223
- "id": null,
1224
  "_type": "Value"
1225
  }
1226
  },
1227
- "post_processed": null,
1228
- "supervised_keys": null,
1229
- "task_templates": null,
1230
  "builder_name": "newyorker_caption_contest",
 
1231
  "config_name": "ranking_2",
1232
  "version": {
1233
  "version_str": "1.0.0",
1234
- "description": null,
1235
  "major": 1,
1236
  "minor": 0,
1237
  "patch": 0
@@ -1239,37 +1216,26 @@
1239
  "splits": {
1240
  "train": {
1241
  "name": "train",
1242
- "num_bytes": 10183446,
1243
  "num_examples": 9306,
1244
- "dataset_name": "newyorker_caption_contest"
1245
  },
1246
  "validation": {
1247
  "name": "validation",
1248
- "num_bytes": 551023,
1249
  "num_examples": 531,
1250
- "dataset_name": "newyorker_caption_contest"
1251
  },
1252
  "test": {
1253
  "name": "test",
1254
- "num_bytes": 544050,
1255
  "num_examples": 534,
1256
- "dataset_name": "newyorker_caption_contest"
1257
- }
1258
- },
1259
- "download_checksums": {
1260
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_2.zip": {
1261
- "num_bytes": 2380230,
1262
- "checksum": "e125304613056eeda04690bb68b50921ea9871ca299f37c95f61624fd74fdafb"
1263
- },
1264
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
1265
- "num_bytes": 39523209,
1266
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
1267
  }
1268
  },
1269
- "download_size": 41903439,
1270
- "post_processing_size": null,
1271
- "dataset_size": 11278519,
1272
- "size_in_bytes": 53181958
1273
  },
1274
  "ranking_from_pixels_2": {
1275
  "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",
 
1144
  "license": "",
1145
  "features": {
1146
  "image": {
 
 
1147
  "_type": "Image"
1148
  },
1149
  "contest_number": {
1150
  "dtype": "int32",
 
1151
  "_type": "Value"
1152
  },
1153
  "image_location": {
1154
  "dtype": "string",
 
1155
  "_type": "Value"
1156
  },
1157
  "image_description": {
1158
  "dtype": "string",
 
1159
  "_type": "Value"
1160
  },
1161
  "image_uncanny_description": {
1162
  "dtype": "string",
 
1163
  "_type": "Value"
1164
  },
1165
  "entities": {
1166
  "feature": {
1167
  "dtype": "string",
 
1168
  "_type": "Value"
1169
  },
 
 
1170
  "_type": "Sequence"
1171
  },
1172
  "questions": {
1173
  "feature": {
1174
  "dtype": "string",
 
1175
  "_type": "Value"
1176
  },
 
 
1177
  "_type": "Sequence"
1178
  },
1179
  "caption_choices": {
1180
  "feature": {
1181
  "dtype": "string",
 
1182
  "_type": "Value"
1183
  },
 
 
1184
  "_type": "Sequence"
1185
  },
1186
  "from_description": {
1187
  "dtype": "string",
 
1188
  "_type": "Value"
1189
  },
1190
  "winner_source": {
1191
  "dtype": "string",
 
1192
  "_type": "Value"
1193
  },
1194
  "label": {
1195
  "dtype": "string",
 
1196
  "_type": "Value"
1197
  },
1198
  "n_tokens_label": {
1199
  "dtype": "int32",
 
1200
  "_type": "Value"
1201
  },
1202
  "instance_id": {
1203
  "dtype": "string",
 
1204
  "_type": "Value"
1205
  }
1206
  },
 
 
 
1207
  "builder_name": "newyorker_caption_contest",
1208
+ "dataset_name": "newyorker_caption_contest",
1209
  "config_name": "ranking_2",
1210
  "version": {
1211
  "version_str": "1.0.0",
 
1212
  "major": 1,
1213
  "minor": 0,
1214
  "patch": 0
 
1216
  "splits": {
1217
  "train": {
1218
  "name": "train",
1219
+ "num_bytes": 566811450.504,
1220
  "num_examples": 9306,
1221
+ "dataset_name": null
1222
  },
1223
  "validation": {
1224
  "name": "validation",
1225
+ "num_bytes": 32519173.0,
1226
  "num_examples": 531,
1227
+ "dataset_name": null
1228
  },
1229
  "test": {
1230
  "name": "test",
1231
+ "num_bytes": 35332200.0,
1232
  "num_examples": 534,
1233
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
1234
  }
1235
  },
1236
+ "download_size": 544444097,
1237
+ "dataset_size": 634662823.504,
1238
+ "size_in_bytes": 1179106920.504
 
1239
  },
1240
  "ranking_from_pixels_2": {
1241
  "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",
ranking_2/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f158aa40b65f20d7d52f44998da475e78b8b61ebf54018617e7b7f1b558150
3
+ size 25128241
ranking_2/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2ff16f763f03eeceef1feb4541d59fb3a89d40d758ffeb279a23600afeb1b5
3
+ size 247850761
ranking_2/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a8890356af3a2bf4127cfd7fe3e2a97f86790dbfc45bcd5234c819faf8ffc6
3
+ size 247260820
ranking_2/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3254e48ba56fdb47201f70a119f260e446df7596c695f4cb4ed6d9695cb1a34b
3
+ size 24204275