upload the next config
Browse files
README.md
CHANGED
@@ -329,6 +329,32 @@ dataset_info:
|
|
329 |
num_examples: 531
|
330 |
download_size: 137278691
|
331 |
dataset_size: 164062338.82999998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
332 |
- config_name: ranking
|
333 |
features:
|
334 |
- name: image
|
@@ -538,6 +564,14 @@ configs:
|
|
538 |
path: matching_from_pixels_1/validation-*
|
539 |
- split: test
|
540 |
path: matching_from_pixels_1/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
- config_name: ranking
|
542 |
data_files:
|
543 |
- split: train
|
|
|
329 |
num_examples: 531
|
330 |
download_size: 137278691
|
331 |
dataset_size: 164062338.82999998
|
332 |
+
- config_name: matching_from_pixels_2
|
333 |
+
features:
|
334 |
+
- name: image
|
335 |
+
dtype: image
|
336 |
+
- name: contest_number
|
337 |
+
dtype: int32
|
338 |
+
- name: caption_choices
|
339 |
+
sequence: string
|
340 |
+
- name: label
|
341 |
+
dtype: string
|
342 |
+
- name: n_tokens_label
|
343 |
+
dtype: int32
|
344 |
+
- name: instance_id
|
345 |
+
dtype: string
|
346 |
+
splits:
|
347 |
+
- name: train
|
348 |
+
num_bytes: 96253584.505
|
349 |
+
num_examples: 1605
|
350 |
+
- name: validation
|
351 |
+
num_bytes: 33236000.0
|
352 |
+
num_examples: 540
|
353 |
+
- name: test
|
354 |
+
num_bytes: 36257141.0
|
355 |
+
num_examples: 546
|
356 |
+
download_size: 137890850
|
357 |
+
dataset_size: 165746725.505
|
358 |
- config_name: ranking
|
359 |
features:
|
360 |
- name: image
|
|
|
564 |
path: matching_from_pixels_1/validation-*
|
565 |
- split: test
|
566 |
path: matching_from_pixels_1/test-*
|
567 |
+
- config_name: matching_from_pixels_2
|
568 |
+
data_files:
|
569 |
+
- split: train
|
570 |
+
path: matching_from_pixels_2/train-*
|
571 |
+
- split: validation
|
572 |
+
path: matching_from_pixels_2/validation-*
|
573 |
+
- split: test
|
574 |
+
path: matching_from_pixels_2/test-*
|
575 |
- config_name: ranking
|
576 |
data_files:
|
577 |
- split: train
|
dataset_infos.json
CHANGED
@@ -1078,49 +1078,37 @@
|
|
1078 |
"license": "",
|
1079 |
"features": {
|
1080 |
"image": {
|
1081 |
-
"decode": true,
|
1082 |
-
"id": null,
|
1083 |
"_type": "Image"
|
1084 |
},
|
1085 |
"contest_number": {
|
1086 |
"dtype": "int32",
|
1087 |
-
"id": null,
|
1088 |
"_type": "Value"
|
1089 |
},
|
1090 |
"caption_choices": {
|
1091 |
"feature": {
|
1092 |
"dtype": "string",
|
1093 |
-
"id": null,
|
1094 |
"_type": "Value"
|
1095 |
},
|
1096 |
-
"length": -1,
|
1097 |
-
"id": null,
|
1098 |
"_type": "Sequence"
|
1099 |
},
|
1100 |
"label": {
|
1101 |
"dtype": "string",
|
1102 |
-
"id": null,
|
1103 |
"_type": "Value"
|
1104 |
},
|
1105 |
"n_tokens_label": {
|
1106 |
"dtype": "int32",
|
1107 |
-
"id": null,
|
1108 |
"_type": "Value"
|
1109 |
},
|
1110 |
"instance_id": {
|
1111 |
"dtype": "string",
|
1112 |
-
"id": null,
|
1113 |
"_type": "Value"
|
1114 |
}
|
1115 |
},
|
1116 |
-
"post_processed": null,
|
1117 |
-
"supervised_keys": null,
|
1118 |
-
"task_templates": null,
|
1119 |
"builder_name": "newyorker_caption_contest",
|
|
|
1120 |
"config_name": "matching_from_pixels_2",
|
1121 |
"version": {
|
1122 |
"version_str": "1.0.0",
|
1123 |
-
"description": null,
|
1124 |
"major": 1,
|
1125 |
"minor": 0,
|
1126 |
"patch": 0
|
@@ -1128,37 +1116,26 @@
|
|
1128 |
"splits": {
|
1129 |
"train": {
|
1130 |
"name": "train",
|
1131 |
-
"num_bytes":
|
1132 |
"num_examples": 1605,
|
1133 |
-
"dataset_name":
|
1134 |
},
|
1135 |
"validation": {
|
1136 |
"name": "validation",
|
1137 |
-
"num_bytes":
|
1138 |
"num_examples": 540,
|
1139 |
-
"dataset_name":
|
1140 |
},
|
1141 |
"test": {
|
1142 |
"name": "test",
|
1143 |
-
"num_bytes":
|
1144 |
"num_examples": 546,
|
1145 |
-
"dataset_name":
|
1146 |
-
}
|
1147 |
-
},
|
1148 |
-
"download_checksums": {
|
1149 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_2.zip": {
|
1150 |
-
"num_bytes": 307348,
|
1151 |
-
"checksum": "698de8c979f1b134647ddfac66dfecbc081e4e2f8f27fe5a4e7ec332c67e8614"
|
1152 |
-
},
|
1153 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
1154 |
-
"num_bytes": 39523209,
|
1155 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
1156 |
}
|
1157 |
},
|
1158 |
-
"download_size":
|
1159 |
-
"
|
1160 |
-
"
|
1161 |
-
"size_in_bytes": 41080962
|
1162 |
},
|
1163 |
"ranking_2": {
|
1164 |
"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",
|
|
|
1078 |
"license": "",
|
1079 |
"features": {
|
1080 |
"image": {
|
|
|
|
|
1081 |
"_type": "Image"
|
1082 |
},
|
1083 |
"contest_number": {
|
1084 |
"dtype": "int32",
|
|
|
1085 |
"_type": "Value"
|
1086 |
},
|
1087 |
"caption_choices": {
|
1088 |
"feature": {
|
1089 |
"dtype": "string",
|
|
|
1090 |
"_type": "Value"
|
1091 |
},
|
|
|
|
|
1092 |
"_type": "Sequence"
|
1093 |
},
|
1094 |
"label": {
|
1095 |
"dtype": "string",
|
|
|
1096 |
"_type": "Value"
|
1097 |
},
|
1098 |
"n_tokens_label": {
|
1099 |
"dtype": "int32",
|
|
|
1100 |
"_type": "Value"
|
1101 |
},
|
1102 |
"instance_id": {
|
1103 |
"dtype": "string",
|
|
|
1104 |
"_type": "Value"
|
1105 |
}
|
1106 |
},
|
|
|
|
|
|
|
1107 |
"builder_name": "newyorker_caption_contest",
|
1108 |
+
"dataset_name": "newyorker_caption_contest",
|
1109 |
"config_name": "matching_from_pixels_2",
|
1110 |
"version": {
|
1111 |
"version_str": "1.0.0",
|
|
|
1112 |
"major": 1,
|
1113 |
"minor": 0,
|
1114 |
"patch": 0
|
|
|
1116 |
"splits": {
|
1117 |
"train": {
|
1118 |
"name": "train",
|
1119 |
+
"num_bytes": 96253584.505,
|
1120 |
"num_examples": 1605,
|
1121 |
+
"dataset_name": null
|
1122 |
},
|
1123 |
"validation": {
|
1124 |
"name": "validation",
|
1125 |
+
"num_bytes": 33236000.0,
|
1126 |
"num_examples": 540,
|
1127 |
+
"dataset_name": null
|
1128 |
},
|
1129 |
"test": {
|
1130 |
"name": "test",
|
1131 |
+
"num_bytes": 36257141.0,
|
1132 |
"num_examples": 546,
|
1133 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1134 |
}
|
1135 |
},
|
1136 |
+
"download_size": 137890850,
|
1137 |
+
"dataset_size": 165746725.505,
|
1138 |
+
"size_in_bytes": 303637575.505
|
|
|
1139 |
},
|
1140 |
"ranking_2": {
|
1141 |
"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_2/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e27978399be39df7bc66e76876db96d9dc50782028ec6610c1d7b5cc1f0fe73e
|
3 |
+
size 26277226
|
matching_from_pixels_2/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17826ab105c2b80e65fc103a165df421e08b784a5a84ea41b0d0b1fc44ec2490
|
3 |
+
size 87219204
|
matching_from_pixels_2/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bb312ac7ca435ae7fc09e9fb1b9e2aa8f0aaf445071061ce056a1fbf87427a4b
|
3 |
+
size 24394420
|