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

upload the next config

Browse files
README.md CHANGED
@@ -443,6 +443,44 @@ dataset_info:
443
  num_examples: 540
444
  download_size: 571744845
445
  dataset_size: 684146869.53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  - config_name: matching_from_pixels
447
  features:
448
  - name: image
@@ -916,6 +954,14 @@ configs:
916
  path: matching_3/validation-*
917
  - split: test
918
  path: matching_3/test-*
 
 
 
 
 
 
 
 
919
  - config_name: matching_from_pixels
920
  data_files:
921
  - split: train
 
443
  num_examples: 540
444
  download_size: 571744845
445
  dataset_size: 684146869.53
446
+ - config_name: matching_4
447
+ features:
448
+ - name: image
449
+ dtype: image
450
+ - name: contest_number
451
+ dtype: int32
452
+ - name: image_location
453
+ dtype: string
454
+ - name: image_description
455
+ dtype: string
456
+ - name: image_uncanny_description
457
+ dtype: string
458
+ - name: entities
459
+ sequence: string
460
+ - name: questions
461
+ sequence: string
462
+ - name: caption_choices
463
+ sequence: string
464
+ - name: from_description
465
+ dtype: string
466
+ - name: label
467
+ dtype: string
468
+ - name: n_tokens_label
469
+ dtype: int32
470
+ - name: instance_id
471
+ dtype: string
472
+ splits:
473
+ - name: train
474
+ num_bytes: 609696610.648
475
+ num_examples: 9702
476
+ - name: validation
477
+ num_bytes: 29813118.0
478
+ num_examples: 528
479
+ - name: test
480
+ num_bytes: 34829502.0
481
+ num_examples: 546
482
+ download_size: 592174904
483
+ dataset_size: 674339230.648
484
  - config_name: matching_from_pixels
485
  features:
486
  - name: image
 
954
  path: matching_3/validation-*
955
  - split: test
956
  path: matching_3/test-*
957
+ - config_name: matching_4
958
+ data_files:
959
+ - split: train
960
+ path: matching_4/train-*
961
+ - split: validation
962
+ path: matching_4/validation-*
963
+ - split: test
964
+ path: matching_4/test-*
965
  - config_name: matching_from_pixels
966
  data_files:
967
  - split: train
dataset_infos.json CHANGED
@@ -1958,89 +1958,67 @@
1958
  "license": "",
1959
  "features": {
1960
  "image": {
1961
- "decode": true,
1962
- "id": null,
1963
  "_type": "Image"
1964
  },
1965
  "contest_number": {
1966
  "dtype": "int32",
1967
- "id": null,
1968
  "_type": "Value"
1969
  },
1970
  "image_location": {
1971
  "dtype": "string",
1972
- "id": null,
1973
  "_type": "Value"
1974
  },
1975
  "image_description": {
1976
  "dtype": "string",
1977
- "id": null,
1978
  "_type": "Value"
1979
  },
1980
  "image_uncanny_description": {
1981
  "dtype": "string",
1982
- "id": null,
1983
  "_type": "Value"
1984
  },
1985
  "entities": {
1986
  "feature": {
1987
  "dtype": "string",
1988
- "id": null,
1989
  "_type": "Value"
1990
  },
1991
- "length": -1,
1992
- "id": null,
1993
  "_type": "Sequence"
1994
  },
1995
  "questions": {
1996
  "feature": {
1997
  "dtype": "string",
1998
- "id": null,
1999
  "_type": "Value"
2000
  },
2001
- "length": -1,
2002
- "id": null,
2003
  "_type": "Sequence"
2004
  },
2005
  "caption_choices": {
2006
  "feature": {
2007
  "dtype": "string",
2008
- "id": null,
2009
  "_type": "Value"
2010
  },
2011
- "length": -1,
2012
- "id": null,
2013
  "_type": "Sequence"
2014
  },
2015
  "from_description": {
2016
  "dtype": "string",
2017
- "id": null,
2018
  "_type": "Value"
2019
  },
2020
  "label": {
2021
  "dtype": "string",
2022
- "id": null,
2023
  "_type": "Value"
2024
  },
2025
  "n_tokens_label": {
2026
  "dtype": "int32",
2027
- "id": null,
2028
  "_type": "Value"
2029
  },
2030
  "instance_id": {
2031
  "dtype": "string",
2032
- "id": null,
2033
  "_type": "Value"
2034
  }
2035
  },
2036
- "post_processed": null,
2037
- "supervised_keys": null,
2038
- "task_templates": null,
2039
  "builder_name": "newyorker_caption_contest",
 
2040
  "config_name": "matching_4",
2041
  "version": {
2042
  "version_str": "1.0.0",
2043
- "description": null,
2044
  "major": 1,
2045
  "minor": 0,
2046
  "patch": 0
@@ -2048,37 +2026,26 @@
2048
  "splits": {
2049
  "train": {
2050
  "name": "train",
2051
- "num_bytes": 13402726,
2052
  "num_examples": 9702,
2053
- "dataset_name": "newyorker_caption_contest"
2054
  },
2055
  "validation": {
2056
  "name": "validation",
2057
- "num_bytes": 687942,
2058
  "num_examples": 528,
2059
- "dataset_name": "newyorker_caption_contest"
2060
  },
2061
  "test": {
2062
  "name": "test",
2063
- "num_bytes": 706095,
2064
  "num_examples": 546,
2065
- "dataset_name": "newyorker_caption_contest"
2066
- }
2067
- },
2068
- "download_checksums": {
2069
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/matching_4.zip": {
2070
- "num_bytes": 3339066,
2071
- "checksum": "3f8f072087ba28a0a49c4ed068eef17dd41f8737a7f690c850c36efcb3d6441e"
2072
- },
2073
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
2074
- "num_bytes": 39523209,
2075
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
2076
  }
2077
  },
2078
- "download_size": 42862275,
2079
- "post_processing_size": null,
2080
- "dataset_size": 14796763,
2081
- "size_in_bytes": 57659038
2082
  },
2083
  "matching_from_pixels_4": {
2084
  "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",
 
1958
  "license": "",
1959
  "features": {
1960
  "image": {
 
 
1961
  "_type": "Image"
1962
  },
1963
  "contest_number": {
1964
  "dtype": "int32",
 
1965
  "_type": "Value"
1966
  },
1967
  "image_location": {
1968
  "dtype": "string",
 
1969
  "_type": "Value"
1970
  },
1971
  "image_description": {
1972
  "dtype": "string",
 
1973
  "_type": "Value"
1974
  },
1975
  "image_uncanny_description": {
1976
  "dtype": "string",
 
1977
  "_type": "Value"
1978
  },
1979
  "entities": {
1980
  "feature": {
1981
  "dtype": "string",
 
1982
  "_type": "Value"
1983
  },
 
 
1984
  "_type": "Sequence"
1985
  },
1986
  "questions": {
1987
  "feature": {
1988
  "dtype": "string",
 
1989
  "_type": "Value"
1990
  },
 
 
1991
  "_type": "Sequence"
1992
  },
1993
  "caption_choices": {
1994
  "feature": {
1995
  "dtype": "string",
 
1996
  "_type": "Value"
1997
  },
 
 
1998
  "_type": "Sequence"
1999
  },
2000
  "from_description": {
2001
  "dtype": "string",
 
2002
  "_type": "Value"
2003
  },
2004
  "label": {
2005
  "dtype": "string",
 
2006
  "_type": "Value"
2007
  },
2008
  "n_tokens_label": {
2009
  "dtype": "int32",
 
2010
  "_type": "Value"
2011
  },
2012
  "instance_id": {
2013
  "dtype": "string",
 
2014
  "_type": "Value"
2015
  }
2016
  },
 
 
 
2017
  "builder_name": "newyorker_caption_contest",
2018
+ "dataset_name": "newyorker_caption_contest",
2019
  "config_name": "matching_4",
2020
  "version": {
2021
  "version_str": "1.0.0",
 
2022
  "major": 1,
2023
  "minor": 0,
2024
  "patch": 0
 
2026
  "splits": {
2027
  "train": {
2028
  "name": "train",
2029
+ "num_bytes": 609696610.648,
2030
  "num_examples": 9702,
2031
+ "dataset_name": null
2032
  },
2033
  "validation": {
2034
  "name": "validation",
2035
+ "num_bytes": 29813118.0,
2036
  "num_examples": 528,
2037
+ "dataset_name": null
2038
  },
2039
  "test": {
2040
  "name": "test",
2041
+ "num_bytes": 34829502.0,
2042
  "num_examples": 546,
2043
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
2044
  }
2045
  },
2046
+ "download_size": 592174904,
2047
+ "dataset_size": 674339230.648,
2048
+ "size_in_bytes": 1266514134.648
 
2049
  },
2050
  "matching_from_pixels_4": {
2051
  "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_4/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7456447f766b6cc366533dacf3df26cc6da6d8ff36d5d73a382f41c1fec2d4e2
3
+ size 26013529
matching_4/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d480344661e4165f9f171e4489631b9865d4bf58007f3c9b2b4b009e29128aeb
3
+ size 270947113
matching_4/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a577a7c0ad5abb87aa34b73f0f2b0dad3305203015634a03b3b1b843b4c88d4b
3
+ size 273774393
matching_4/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c99c1945404e7775d7612e5ac312846e86273ba2d3180ada66e20a4968095dd
3
+ size 21439869