upload the next config
Browse files
README.md
CHANGED
@@ -239,6 +239,44 @@ dataset_info:
|
|
239 |
num_examples: 531
|
240 |
download_size: 563587231
|
241 |
dataset_size: 664070857.116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
- config_name: matching_from_pixels
|
243 |
features:
|
244 |
- name: image
|
@@ -476,6 +514,14 @@ configs:
|
|
476 |
path: matching_1/validation-*
|
477 |
- split: test
|
478 |
path: matching_1/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
- config_name: matching_from_pixels
|
480 |
data_files:
|
481 |
- split: train
|
|
|
239 |
num_examples: 531
|
240 |
download_size: 563587231
|
241 |
dataset_size: 664070857.116
|
242 |
+
- config_name: matching_2
|
243 |
+
features:
|
244 |
+
- name: image
|
245 |
+
dtype: image
|
246 |
+
- name: contest_number
|
247 |
+
dtype: int32
|
248 |
+
- name: image_location
|
249 |
+
dtype: string
|
250 |
+
- name: image_description
|
251 |
+
dtype: string
|
252 |
+
- name: image_uncanny_description
|
253 |
+
dtype: string
|
254 |
+
- name: entities
|
255 |
+
sequence: string
|
256 |
+
- name: questions
|
257 |
+
sequence: string
|
258 |
+
- name: caption_choices
|
259 |
+
sequence: string
|
260 |
+
- name: from_description
|
261 |
+
dtype: string
|
262 |
+
- name: label
|
263 |
+
dtype: string
|
264 |
+
- name: n_tokens_label
|
265 |
+
dtype: int32
|
266 |
+
- name: instance_id
|
267 |
+
dtype: string
|
268 |
+
splits:
|
269 |
+
- name: train
|
270 |
+
num_bytes: 591676321.09
|
271 |
+
num_examples: 9630
|
272 |
+
- name: validation
|
273 |
+
num_bytes: 33697178.0
|
274 |
+
num_examples: 540
|
275 |
+
- name: test
|
276 |
+
num_bytes: 36712942.0
|
277 |
+
num_examples: 546
|
278 |
+
download_size: 571864348
|
279 |
+
dataset_size: 662086441.09
|
280 |
- config_name: matching_from_pixels
|
281 |
features:
|
282 |
- name: image
|
|
|
514 |
path: matching_1/validation-*
|
515 |
- split: test
|
516 |
path: matching_1/test-*
|
517 |
+
- config_name: matching_2
|
518 |
+
data_files:
|
519 |
+
- split: train
|
520 |
+
path: matching_2/train-*
|
521 |
+
- split: validation
|
522 |
+
path: matching_2/validation-*
|
523 |
+
- split: test
|
524 |
+
path: matching_2/test-*
|
525 |
- config_name: matching_from_pixels
|
526 |
data_files:
|
527 |
- split: train
|
dataset_infos.json
CHANGED
@@ -982,89 +982,67 @@
|
|
982 |
"license": "",
|
983 |
"features": {
|
984 |
"image": {
|
985 |
-
"decode": true,
|
986 |
-
"id": null,
|
987 |
"_type": "Image"
|
988 |
},
|
989 |
"contest_number": {
|
990 |
"dtype": "int32",
|
991 |
-
"id": null,
|
992 |
"_type": "Value"
|
993 |
},
|
994 |
"image_location": {
|
995 |
"dtype": "string",
|
996 |
-
"id": null,
|
997 |
"_type": "Value"
|
998 |
},
|
999 |
"image_description": {
|
1000 |
"dtype": "string",
|
1001 |
-
"id": null,
|
1002 |
"_type": "Value"
|
1003 |
},
|
1004 |
"image_uncanny_description": {
|
1005 |
"dtype": "string",
|
1006 |
-
"id": null,
|
1007 |
"_type": "Value"
|
1008 |
},
|
1009 |
"entities": {
|
1010 |
"feature": {
|
1011 |
"dtype": "string",
|
1012 |
-
"id": null,
|
1013 |
"_type": "Value"
|
1014 |
},
|
1015 |
-
"length": -1,
|
1016 |
-
"id": null,
|
1017 |
"_type": "Sequence"
|
1018 |
},
|
1019 |
"questions": {
|
1020 |
"feature": {
|
1021 |
"dtype": "string",
|
1022 |
-
"id": null,
|
1023 |
"_type": "Value"
|
1024 |
},
|
1025 |
-
"length": -1,
|
1026 |
-
"id": null,
|
1027 |
"_type": "Sequence"
|
1028 |
},
|
1029 |
"caption_choices": {
|
1030 |
"feature": {
|
1031 |
"dtype": "string",
|
1032 |
-
"id": null,
|
1033 |
"_type": "Value"
|
1034 |
},
|
1035 |
-
"length": -1,
|
1036 |
-
"id": null,
|
1037 |
"_type": "Sequence"
|
1038 |
},
|
1039 |
"from_description": {
|
1040 |
"dtype": "string",
|
1041 |
-
"id": null,
|
1042 |
"_type": "Value"
|
1043 |
},
|
1044 |
"label": {
|
1045 |
"dtype": "string",
|
1046 |
-
"id": null,
|
1047 |
"_type": "Value"
|
1048 |
},
|
1049 |
"n_tokens_label": {
|
1050 |
"dtype": "int32",
|
1051 |
-
"id": null,
|
1052 |
"_type": "Value"
|
1053 |
},
|
1054 |
"instance_id": {
|
1055 |
"dtype": "string",
|
1056 |
-
"id": null,
|
1057 |
"_type": "Value"
|
1058 |
}
|
1059 |
},
|
1060 |
-
"post_processed": null,
|
1061 |
-
"supervised_keys": null,
|
1062 |
-
"task_templates": null,
|
1063 |
"builder_name": "newyorker_caption_contest",
|
|
|
1064 |
"config_name": "matching_2",
|
1065 |
"version": {
|
1066 |
"version_str": "1.0.0",
|
1067 |
-
"description": null,
|
1068 |
"major": 1,
|
1069 |
"minor": 0,
|
1070 |
"patch": 0
|
@@ -1072,37 +1050,26 @@
|
|
1072 |
"splits": {
|
1073 |
"train": {
|
1074 |
"name": "train",
|
1075 |
-
"num_bytes":
|
1076 |
"num_examples": 9630,
|
1077 |
-
"dataset_name":
|
1078 |
},
|
1079 |
"validation": {
|
1080 |
"name": "validation",
|
1081 |
-
"num_bytes":
|
1082 |
"num_examples": 540,
|
1083 |
-
"dataset_name":
|
1084 |
},
|
1085 |
"test": {
|
1086 |
"name": "test",
|
1087 |
-
"num_bytes":
|
1088 |
"num_examples": 546,
|
1089 |
-
"dataset_name":
|
1090 |
-
}
|
1091 |
-
},
|
1092 |
-
"download_checksums": {
|
1093 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_2.zip": {
|
1094 |
-
"num_bytes": 3311397,
|
1095 |
-
"checksum": "85d489d20c91e6db9ee2c9f9fa5ae44802d49a740889c49dc61191ceced2635e"
|
1096 |
-
},
|
1097 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
1098 |
-
"num_bytes": 39523209,
|
1099 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
1100 |
}
|
1101 |
},
|
1102 |
-
"download_size":
|
1103 |
-
"
|
1104 |
-
"
|
1105 |
-
"size_in_bytes": 57506425
|
1106 |
},
|
1107 |
"matching_from_pixels_2": {
|
1108 |
"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",
|
|
|
982 |
"license": "",
|
983 |
"features": {
|
984 |
"image": {
|
|
|
|
|
985 |
"_type": "Image"
|
986 |
},
|
987 |
"contest_number": {
|
988 |
"dtype": "int32",
|
|
|
989 |
"_type": "Value"
|
990 |
},
|
991 |
"image_location": {
|
992 |
"dtype": "string",
|
|
|
993 |
"_type": "Value"
|
994 |
},
|
995 |
"image_description": {
|
996 |
"dtype": "string",
|
|
|
997 |
"_type": "Value"
|
998 |
},
|
999 |
"image_uncanny_description": {
|
1000 |
"dtype": "string",
|
|
|
1001 |
"_type": "Value"
|
1002 |
},
|
1003 |
"entities": {
|
1004 |
"feature": {
|
1005 |
"dtype": "string",
|
|
|
1006 |
"_type": "Value"
|
1007 |
},
|
|
|
|
|
1008 |
"_type": "Sequence"
|
1009 |
},
|
1010 |
"questions": {
|
1011 |
"feature": {
|
1012 |
"dtype": "string",
|
|
|
1013 |
"_type": "Value"
|
1014 |
},
|
|
|
|
|
1015 |
"_type": "Sequence"
|
1016 |
},
|
1017 |
"caption_choices": {
|
1018 |
"feature": {
|
1019 |
"dtype": "string",
|
|
|
1020 |
"_type": "Value"
|
1021 |
},
|
|
|
|
|
1022 |
"_type": "Sequence"
|
1023 |
},
|
1024 |
"from_description": {
|
1025 |
"dtype": "string",
|
|
|
1026 |
"_type": "Value"
|
1027 |
},
|
1028 |
"label": {
|
1029 |
"dtype": "string",
|
|
|
1030 |
"_type": "Value"
|
1031 |
},
|
1032 |
"n_tokens_label": {
|
1033 |
"dtype": "int32",
|
|
|
1034 |
"_type": "Value"
|
1035 |
},
|
1036 |
"instance_id": {
|
1037 |
"dtype": "string",
|
|
|
1038 |
"_type": "Value"
|
1039 |
}
|
1040 |
},
|
|
|
|
|
|
|
1041 |
"builder_name": "newyorker_caption_contest",
|
1042 |
+
"dataset_name": "newyorker_caption_contest",
|
1043 |
"config_name": "matching_2",
|
1044 |
"version": {
|
1045 |
"version_str": "1.0.0",
|
|
|
1046 |
"major": 1,
|
1047 |
"minor": 0,
|
1048 |
"patch": 0
|
|
|
1050 |
"splits": {
|
1051 |
"train": {
|
1052 |
"name": "train",
|
1053 |
+
"num_bytes": 591676321.09,
|
1054 |
"num_examples": 9630,
|
1055 |
+
"dataset_name": null
|
1056 |
},
|
1057 |
"validation": {
|
1058 |
"name": "validation",
|
1059 |
+
"num_bytes": 33697178.0,
|
1060 |
"num_examples": 540,
|
1061 |
+
"dataset_name": null
|
1062 |
},
|
1063 |
"test": {
|
1064 |
"name": "test",
|
1065 |
+
"num_bytes": 36712942.0,
|
1066 |
"num_examples": 546,
|
1067 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1068 |
}
|
1069 |
},
|
1070 |
+
"download_size": 571864348,
|
1071 |
+
"dataset_size": 662086441.09,
|
1072 |
+
"size_in_bytes": 1233950789.0900002
|
|
|
1073 |
},
|
1074 |
"matching_from_pixels_2": {
|
1075 |
"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_2/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e797595bd6e06cbe7be14faf1202a9a9b3d3f948821b6a26793aabb8e69d78c
|
3 |
+
size 27543531
|
matching_2/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3a1158b22661dfec81c48767a74377508ece57d198441d526cf6cad118b2a44d
|
3 |
+
size 257340965
|
matching_2/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5a961ea21e06a0d2d64d2a07726bc9371619b923314472a6aee8723311f9180
|
3 |
+
size 262823805
|
matching_2/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:35a09c281201692c251c671f75772696d1ee55bc2ce1616fd262018b3d03f095
|
3 |
+
size 24156047
|