severo HF staff commited on
Commit
8a1d393
1 Parent(s): 0ec62b2

upload the next config

Browse files
README.md CHANGED
@@ -137,6 +137,32 @@ dataset_info:
137
  num_examples: 131
138
  download_size: 37552582
139
  dataset_size: 37774390.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
140
  - config_name: matching
141
  features:
142
  - name: image
@@ -426,6 +452,14 @@ configs:
426
  path: explanation_from_pixels/validation-*
427
  - split: test
428
  path: explanation_from_pixels/test-*
 
 
 
 
 
 
 
 
429
  - config_name: matching
430
  data_files:
431
  - split: train
 
137
  num_examples: 131
138
  download_size: 37552582
139
  dataset_size: 37774390.0
140
+ - config_name: explanation_from_pixels_1
141
+ features:
142
+ - name: image
143
+ dtype: image
144
+ - name: contest_number
145
+ dtype: int32
146
+ - name: caption_choices
147
+ dtype: string
148
+ - name: label
149
+ dtype: string
150
+ - name: n_tokens_label
151
+ dtype: int32
152
+ - name: instance_id
153
+ dtype: string
154
+ splits:
155
+ - name: train
156
+ num_bytes: 21986652.0
157
+ num_examples: 393
158
+ - name: validation
159
+ num_bytes: 7831556.0
160
+ num_examples: 128
161
+ - name: test
162
+ num_bytes: 7956182.0
163
+ num_examples: 130
164
+ download_size: 37534409
165
+ dataset_size: 37774390.0
166
  - config_name: matching
167
  features:
168
  - name: image
 
452
  path: explanation_from_pixels/validation-*
453
  - split: test
454
  path: explanation_from_pixels/test-*
455
+ - config_name: explanation_from_pixels_1
456
+ data_files:
457
+ - split: train
458
+ path: explanation_from_pixels_1/train-*
459
+ - split: validation
460
+ path: explanation_from_pixels_1/validation-*
461
+ - split: test
462
+ path: explanation_from_pixels_1/test-*
463
  - config_name: matching
464
  data_files:
465
  - split: train
dataset_infos.json CHANGED
@@ -919,44 +919,34 @@
919
  "license": "",
920
  "features": {
921
  "image": {
922
- "decode": true,
923
- "id": null,
924
  "_type": "Image"
925
  },
926
  "contest_number": {
927
  "dtype": "int32",
928
- "id": null,
929
  "_type": "Value"
930
  },
931
  "caption_choices": {
932
  "dtype": "string",
933
- "id": null,
934
  "_type": "Value"
935
  },
936
  "label": {
937
  "dtype": "string",
938
- "id": null,
939
  "_type": "Value"
940
  },
941
  "n_tokens_label": {
942
  "dtype": "int32",
943
- "id": null,
944
  "_type": "Value"
945
  },
946
  "instance_id": {
947
  "dtype": "string",
948
- "id": null,
949
  "_type": "Value"
950
  }
951
  },
952
- "post_processed": null,
953
- "supervised_keys": null,
954
- "task_templates": null,
955
  "builder_name": "newyorker_caption_contest",
 
956
  "config_name": "explanation_from_pixels_1",
957
  "version": {
958
  "version_str": "1.0.0",
959
- "description": null,
960
  "major": 1,
961
  "minor": 0,
962
  "patch": 0
@@ -964,37 +954,26 @@
964
  "splits": {
965
  "train": {
966
  "name": "train",
967
- "num_bytes": 235060,
968
  "num_examples": 393,
969
- "dataset_name": "newyorker_caption_contest"
970
  },
971
  "validation": {
972
  "name": "validation",
973
- "num_bytes": 78219,
974
  "num_examples": 128,
975
- "dataset_name": "newyorker_caption_contest"
976
  },
977
  "test": {
978
  "name": "test",
979
- "num_bytes": 77283,
980
  "num_examples": 130,
981
- "dataset_name": "newyorker_caption_contest"
982
- }
983
- },
984
- "download_checksums": {
985
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_from_pixels_1.zip": {
986
- "num_bytes": 122627,
987
- "checksum": "0ef48fc4c94c6bbceecc87cd22848936d49ca7ac6c85ed04d141aeff4c5dd87c"
988
- },
989
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
990
- "num_bytes": 39523209,
991
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
992
  }
993
  },
994
- "download_size": 39645836,
995
- "post_processing_size": null,
996
- "dataset_size": 390562,
997
- "size_in_bytes": 40036398
998
  },
999
  "matching_2": {
1000
  "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",
 
919
  "license": "",
920
  "features": {
921
  "image": {
 
 
922
  "_type": "Image"
923
  },
924
  "contest_number": {
925
  "dtype": "int32",
 
926
  "_type": "Value"
927
  },
928
  "caption_choices": {
929
  "dtype": "string",
 
930
  "_type": "Value"
931
  },
932
  "label": {
933
  "dtype": "string",
 
934
  "_type": "Value"
935
  },
936
  "n_tokens_label": {
937
  "dtype": "int32",
 
938
  "_type": "Value"
939
  },
940
  "instance_id": {
941
  "dtype": "string",
 
942
  "_type": "Value"
943
  }
944
  },
 
 
 
945
  "builder_name": "newyorker_caption_contest",
946
+ "dataset_name": "newyorker_caption_contest",
947
  "config_name": "explanation_from_pixels_1",
948
  "version": {
949
  "version_str": "1.0.0",
 
950
  "major": 1,
951
  "minor": 0,
952
  "patch": 0
 
954
  "splits": {
955
  "train": {
956
  "name": "train",
957
+ "num_bytes": 21986652.0,
958
  "num_examples": 393,
959
+ "dataset_name": null
960
  },
961
  "validation": {
962
  "name": "validation",
963
+ "num_bytes": 7831556.0,
964
  "num_examples": 128,
965
+ "dataset_name": null
966
  },
967
  "test": {
968
  "name": "test",
969
+ "num_bytes": 7956182.0,
970
  "num_examples": 130,
971
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
972
  }
973
  },
974
+ "download_size": 37534409,
975
+ "dataset_size": 37774390.0,
976
+ "size_in_bytes": 75308799.0
 
977
  },
978
  "matching_2": {
979
  "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",
explanation_from_pixels_1/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9df01ce4a104d98c5b7d8c42fab139c5cef445141974ca731da222c27f1a87d9
3
+ size 7913272
explanation_from_pixels_1/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b7f90b906f47ec7d749945dfba250acbad4b59edac61caee2a75840a02ad056
3
+ size 21840001
explanation_from_pixels_1/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:771ae4dd86d664fee7aba224d82e3687bff712a74008a1843482729073b886f0
3
+ size 7781136