severo HF staff commited on
Commit
4868c59
1 Parent(s): 80ac428

upload the next config

Browse files
README.md CHANGED
@@ -585,6 +585,32 @@ dataset_info:
585
  num_examples: 540
586
  download_size: 139585876
587
  dataset_size: 167545213.28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588
  - config_name: ranking
589
  features:
590
  - name: image
@@ -994,6 +1020,14 @@ configs:
994
  path: matching_from_pixels_3/validation-*
995
  - split: test
996
  path: matching_from_pixels_3/test-*
 
 
 
 
 
 
 
 
997
  - config_name: ranking
998
  data_files:
999
  - split: train
 
585
  num_examples: 540
586
  download_size: 139585876
587
  dataset_size: 167545213.28
588
+ - config_name: matching_from_pixels_4
589
+ features:
590
+ - name: image
591
+ dtype: image
592
+ - name: contest_number
593
+ dtype: int32
594
+ - name: caption_choices
595
+ sequence: string
596
+ - name: label
597
+ dtype: string
598
+ - name: n_tokens_label
599
+ dtype: int32
600
+ - name: instance_id
601
+ dtype: string
602
+ splits:
603
+ - name: train
604
+ num_bytes: 102509197.79
605
+ num_examples: 1617
606
+ - name: validation
607
+ num_bytes: 29368704.0
608
+ num_examples: 528
609
+ - name: test
610
+ num_bytes: 34380303.0
611
+ num_examples: 546
612
+ download_size: 138725891
613
+ dataset_size: 166258204.79000002
614
  - config_name: ranking
615
  features:
616
  - name: image
 
1020
  path: matching_from_pixels_3/validation-*
1021
  - split: test
1022
  path: matching_from_pixels_3/test-*
1023
+ - config_name: matching_from_pixels_4
1024
+ data_files:
1025
+ - split: train
1026
+ path: matching_from_pixels_4/train-*
1027
+ - split: validation
1028
+ path: matching_from_pixels_4/validation-*
1029
+ - split: test
1030
+ path: matching_from_pixels_4/test-*
1031
  - config_name: ranking
1032
  data_files:
1033
  - split: train
dataset_infos.json CHANGED
@@ -2054,49 +2054,37 @@
2054
  "license": "",
2055
  "features": {
2056
  "image": {
2057
- "decode": true,
2058
- "id": null,
2059
  "_type": "Image"
2060
  },
2061
  "contest_number": {
2062
  "dtype": "int32",
2063
- "id": null,
2064
  "_type": "Value"
2065
  },
2066
  "caption_choices": {
2067
  "feature": {
2068
  "dtype": "string",
2069
- "id": null,
2070
  "_type": "Value"
2071
  },
2072
- "length": -1,
2073
- "id": null,
2074
  "_type": "Sequence"
2075
  },
2076
  "label": {
2077
  "dtype": "string",
2078
- "id": null,
2079
  "_type": "Value"
2080
  },
2081
  "n_tokens_label": {
2082
  "dtype": "int32",
2083
- "id": null,
2084
  "_type": "Value"
2085
  },
2086
  "instance_id": {
2087
  "dtype": "string",
2088
- "id": null,
2089
  "_type": "Value"
2090
  }
2091
  },
2092
- "post_processed": null,
2093
- "supervised_keys": null,
2094
- "task_templates": null,
2095
  "builder_name": "newyorker_caption_contest",
 
2096
  "config_name": "matching_from_pixels_4",
2097
  "version": {
2098
  "version_str": "1.0.0",
2099
- "description": null,
2100
  "major": 1,
2101
  "minor": 0,
2102
  "patch": 0
@@ -2104,37 +2092,26 @@
2104
  "splits": {
2105
  "train": {
2106
  "name": "train",
2107
- "num_bytes": 749981,
2108
  "num_examples": 1617,
2109
- "dataset_name": "newyorker_caption_contest"
2110
  },
2111
  "validation": {
2112
  "name": "validation",
2113
- "num_bytes": 243528,
2114
  "num_examples": 528,
2115
- "dataset_name": "newyorker_caption_contest"
2116
  },
2117
  "test": {
2118
  "name": "test",
2119
- "num_bytes": 256896,
2120
  "num_examples": 546,
2121
- "dataset_name": "newyorker_caption_contest"
2122
- }
2123
- },
2124
- "download_checksums": {
2125
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_from_pixels_4.zip": {
2126
- "num_bytes": 307932,
2127
- "checksum": "cecbce805b551669534abb39e49f5fc8cac2d8b3a84d48555db19bc01992b2dd"
2128
- },
2129
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
2130
- "num_bytes": 39523209,
2131
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
2132
  }
2133
  },
2134
- "download_size": 39831141,
2135
- "post_processing_size": null,
2136
- "dataset_size": 1250405,
2137
- "size_in_bytes": 41081546
2138
  },
2139
  "ranking_4": {
2140
  "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",
 
2054
  "license": "",
2055
  "features": {
2056
  "image": {
 
 
2057
  "_type": "Image"
2058
  },
2059
  "contest_number": {
2060
  "dtype": "int32",
 
2061
  "_type": "Value"
2062
  },
2063
  "caption_choices": {
2064
  "feature": {
2065
  "dtype": "string",
 
2066
  "_type": "Value"
2067
  },
 
 
2068
  "_type": "Sequence"
2069
  },
2070
  "label": {
2071
  "dtype": "string",
 
2072
  "_type": "Value"
2073
  },
2074
  "n_tokens_label": {
2075
  "dtype": "int32",
 
2076
  "_type": "Value"
2077
  },
2078
  "instance_id": {
2079
  "dtype": "string",
 
2080
  "_type": "Value"
2081
  }
2082
  },
 
 
 
2083
  "builder_name": "newyorker_caption_contest",
2084
+ "dataset_name": "newyorker_caption_contest",
2085
  "config_name": "matching_from_pixels_4",
2086
  "version": {
2087
  "version_str": "1.0.0",
 
2088
  "major": 1,
2089
  "minor": 0,
2090
  "patch": 0
 
2092
  "splits": {
2093
  "train": {
2094
  "name": "train",
2095
+ "num_bytes": 102509197.79,
2096
  "num_examples": 1617,
2097
+ "dataset_name": null
2098
  },
2099
  "validation": {
2100
  "name": "validation",
2101
+ "num_bytes": 29368704.0,
2102
  "num_examples": 528,
2103
+ "dataset_name": null
2104
  },
2105
  "test": {
2106
  "name": "test",
2107
+ "num_bytes": 34380303.0,
2108
  "num_examples": 546,
2109
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
2110
  }
2111
  },
2112
+ "download_size": 138725891,
2113
+ "dataset_size": 166258204.79000002,
2114
+ "size_in_bytes": 304984095.79
 
2115
  },
2116
  "ranking_4": {
2117
  "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_4/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5824770a6494caa249c0597a905a7751bbacfd9d9d74f3f2c15286c4dd95856a
3
+ size 26092190
matching_from_pixels_4/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70248469f6b28379f1061c3830bda3038979a4e12452028bf8d4f685175eae6e
3
+ size 91508342
matching_from_pixels_4/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efe42a9404d6162dc1627b9420c48a0cf14e92b26c72527d9d39bdf36be374a2
3
+ size 21125359