severo HF staff commited on
Commit
e0ab12a
1 Parent(s): 4e3be89

upload the next config

Browse files
README.md CHANGED
@@ -335,6 +335,34 @@ dataset_info:
335
  num_examples: 513
336
  download_size: 134283256
337
  dataset_size: 161905361.752
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
338
  configs:
339
  - config_name: explanation
340
  data_files:
@@ -408,6 +436,14 @@ configs:
408
  path: ranking_from_pixels/validation-*
409
  - split: test
410
  path: ranking_from_pixels/test-*
 
 
 
 
 
 
 
 
411
  ---
412
 
413
  # Dataset Card for New Yorker Caption Contest Benchmarks
 
335
  num_examples: 513
336
  download_size: 134283256
337
  dataset_size: 161905361.752
338
+ - config_name: ranking_from_pixels_1
339
+ features:
340
+ - name: image
341
+ dtype: image
342
+ - name: contest_number
343
+ dtype: int32
344
+ - name: caption_choices
345
+ sequence: string
346
+ - name: winner_source
347
+ dtype: string
348
+ - name: label
349
+ dtype: string
350
+ - name: n_tokens_label
351
+ dtype: int32
352
+ - name: instance_id
353
+ dtype: string
354
+ splits:
355
+ - name: train
356
+ num_bytes: 93123370.15
357
+ num_examples: 1575
358
+ - name: validation
359
+ num_bytes: 34965110.0
360
+ num_examples: 534
361
+ - name: test
362
+ num_bytes: 32072331.0
363
+ num_examples: 506
364
+ download_size: 130879365
365
+ dataset_size: 160160811.15
366
  configs:
367
  - config_name: explanation
368
  data_files:
 
436
  path: ranking_from_pixels/validation-*
437
  - split: test
438
  path: ranking_from_pixels/test-*
439
+ - config_name: ranking_from_pixels_1
440
+ data_files:
441
+ - split: train
442
+ path: ranking_from_pixels_1/train-*
443
+ - split: validation
444
+ path: ranking_from_pixels_1/validation-*
445
+ - split: test
446
+ path: ranking_from_pixels_1/test-*
447
  ---
448
 
449
  # Dataset Card for New Yorker Caption Contest Benchmarks
dataset_infos.json CHANGED
@@ -756,54 +756,41 @@
756
  "license": "",
757
  "features": {
758
  "image": {
759
- "decode": true,
760
- "id": null,
761
  "_type": "Image"
762
  },
763
  "contest_number": {
764
  "dtype": "int32",
765
- "id": null,
766
  "_type": "Value"
767
  },
768
  "caption_choices": {
769
  "feature": {
770
  "dtype": "string",
771
- "id": null,
772
  "_type": "Value"
773
  },
774
- "length": -1,
775
- "id": null,
776
  "_type": "Sequence"
777
  },
778
  "winner_source": {
779
  "dtype": "string",
780
- "id": null,
781
  "_type": "Value"
782
  },
783
  "label": {
784
  "dtype": "string",
785
- "id": null,
786
  "_type": "Value"
787
  },
788
  "n_tokens_label": {
789
  "dtype": "int32",
790
- "id": null,
791
  "_type": "Value"
792
  },
793
  "instance_id": {
794
  "dtype": "string",
795
- "id": null,
796
  "_type": "Value"
797
  }
798
  },
799
- "post_processed": null,
800
- "supervised_keys": null,
801
- "task_templates": null,
802
  "builder_name": "newyorker_caption_contest",
 
803
  "config_name": "ranking_from_pixels_1",
804
  "version": {
805
  "version_str": "1.0.0",
806
- "description": null,
807
  "major": 1,
808
  "minor": 0,
809
  "patch": 0
@@ -811,37 +798,26 @@
811
  "splits": {
812
  "train": {
813
  "name": "train",
814
- "num_bytes": 524392,
815
  "num_examples": 1575,
816
- "dataset_name": "newyorker_caption_contest"
817
  },
818
  "validation": {
819
  "name": "validation",
820
- "num_bytes": 176960,
821
  "num_examples": 534,
822
- "dataset_name": "newyorker_caption_contest"
823
  },
824
  "test": {
825
  "name": "test",
826
- "num_bytes": 167378,
827
  "num_examples": 506,
828
- "dataset_name": "newyorker_caption_contest"
829
- }
830
- },
831
- "download_checksums": {
832
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/ranking_from_pixels_1.zip": {
833
- "num_bytes": 203613,
834
- "checksum": "8401739c8485d893bb05246424b3c0fc6b539c6e311a92a47a7ec0fb9528a6af"
835
- },
836
- "https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
837
- "num_bytes": 39523209,
838
- "checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
839
  }
840
  },
841
- "download_size": 39726822,
842
- "post_processing_size": null,
843
- "dataset_size": 868730,
844
- "size_in_bytes": 40595552
845
  },
846
  "explanation_1": {
847
  "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 a caption that was written about it. You must autoregressively generate a joke explanation.\n",
 
756
  "license": "",
757
  "features": {
758
  "image": {
 
 
759
  "_type": "Image"
760
  },
761
  "contest_number": {
762
  "dtype": "int32",
 
763
  "_type": "Value"
764
  },
765
  "caption_choices": {
766
  "feature": {
767
  "dtype": "string",
 
768
  "_type": "Value"
769
  },
 
 
770
  "_type": "Sequence"
771
  },
772
  "winner_source": {
773
  "dtype": "string",
 
774
  "_type": "Value"
775
  },
776
  "label": {
777
  "dtype": "string",
 
778
  "_type": "Value"
779
  },
780
  "n_tokens_label": {
781
  "dtype": "int32",
 
782
  "_type": "Value"
783
  },
784
  "instance_id": {
785
  "dtype": "string",
 
786
  "_type": "Value"
787
  }
788
  },
 
 
 
789
  "builder_name": "newyorker_caption_contest",
790
+ "dataset_name": "newyorker_caption_contest",
791
  "config_name": "ranking_from_pixels_1",
792
  "version": {
793
  "version_str": "1.0.0",
 
794
  "major": 1,
795
  "minor": 0,
796
  "patch": 0
 
798
  "splits": {
799
  "train": {
800
  "name": "train",
801
+ "num_bytes": 93123370.15,
802
  "num_examples": 1575,
803
+ "dataset_name": null
804
  },
805
  "validation": {
806
  "name": "validation",
807
+ "num_bytes": 34965110.0,
808
  "num_examples": 534,
809
+ "dataset_name": null
810
  },
811
  "test": {
812
  "name": "test",
813
+ "num_bytes": 32072331.0,
814
  "num_examples": 506,
815
+ "dataset_name": null
 
 
 
 
 
 
 
 
 
 
816
  }
817
  },
818
+ "download_size": 130879365,
819
+ "dataset_size": 160160811.15,
820
+ "size_in_bytes": 291040176.15
 
821
  },
822
  "explanation_1": {
823
  "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 a caption that was written about it. You must autoregressively generate a joke explanation.\n",
ranking_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:f850e1cadc4d1070325e8463acd2c195e0e873ea5203a048a7cd8cbb656a6821
3
+ size 22288373
ranking_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:c64393d5296d74cbcfb273a90587dfeb91b6dd2b5db923c7a88970a8c7fb6f03
3
+ size 83129851
ranking_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:c6729d8a7cbcd866ac27f47a453667a8870d7377fda9c6c45aa4b50d881d07c7
3
+ size 25461141