upload the next config
Browse files
README.md
CHANGED
|
@@ -73,6 +73,44 @@ dataset_info:
|
|
| 73 |
num_examples: 131
|
| 74 |
download_size: 139737042
|
| 75 |
dataset_size: 148730932.64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
- config_name: explanation_from_pixels
|
| 77 |
features:
|
| 78 |
- name: image
|
|
@@ -372,6 +410,14 @@ configs:
|
|
| 372 |
path: explanation/validation-*
|
| 373 |
- split: test
|
| 374 |
path: explanation/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 375 |
- config_name: explanation_from_pixels
|
| 376 |
data_files:
|
| 377 |
- split: train
|
|
|
|
| 73 |
num_examples: 131
|
| 74 |
download_size: 139737042
|
| 75 |
dataset_size: 148730932.64
|
| 76 |
+
- config_name: explanation_1
|
| 77 |
+
features:
|
| 78 |
+
- name: image
|
| 79 |
+
dtype: image
|
| 80 |
+
- name: contest_number
|
| 81 |
+
dtype: int32
|
| 82 |
+
- name: image_location
|
| 83 |
+
dtype: string
|
| 84 |
+
- name: image_description
|
| 85 |
+
dtype: string
|
| 86 |
+
- name: image_uncanny_description
|
| 87 |
+
dtype: string
|
| 88 |
+
- name: entities
|
| 89 |
+
sequence: string
|
| 90 |
+
- name: questions
|
| 91 |
+
sequence: string
|
| 92 |
+
- name: caption_choices
|
| 93 |
+
dtype: string
|
| 94 |
+
- name: from_description
|
| 95 |
+
dtype: string
|
| 96 |
+
- name: label
|
| 97 |
+
dtype: string
|
| 98 |
+
- name: n_tokens_label
|
| 99 |
+
dtype: int32
|
| 100 |
+
- name: instance_id
|
| 101 |
+
dtype: string
|
| 102 |
+
splits:
|
| 103 |
+
- name: train
|
| 104 |
+
num_bytes: 136614332.45999998
|
| 105 |
+
num_examples: 2358
|
| 106 |
+
- name: validation
|
| 107 |
+
num_bytes: 7911995.0
|
| 108 |
+
num_examples: 128
|
| 109 |
+
- name: test
|
| 110 |
+
num_bytes: 8039885.0
|
| 111 |
+
num_examples: 130
|
| 112 |
+
download_size: 134637839
|
| 113 |
+
dataset_size: 152566212.45999998
|
| 114 |
- config_name: explanation_from_pixels
|
| 115 |
features:
|
| 116 |
- name: image
|
|
|
|
| 410 |
path: explanation/validation-*
|
| 411 |
- split: test
|
| 412 |
path: explanation/test-*
|
| 413 |
+
- config_name: explanation_1
|
| 414 |
+
data_files:
|
| 415 |
+
- split: train
|
| 416 |
+
path: explanation_1/train-*
|
| 417 |
+
- split: validation
|
| 418 |
+
path: explanation_1/validation-*
|
| 419 |
+
- split: test
|
| 420 |
+
path: explanation_1/test-*
|
| 421 |
- config_name: explanation_from_pixels
|
| 422 |
data_files:
|
| 423 |
- split: train
|
dataset_infos.json
CHANGED
|
@@ -826,84 +826,64 @@
|
|
| 826 |
"license": "",
|
| 827 |
"features": {
|
| 828 |
"image": {
|
| 829 |
-
"decode": true,
|
| 830 |
-
"id": null,
|
| 831 |
"_type": "Image"
|
| 832 |
},
|
| 833 |
"contest_number": {
|
| 834 |
"dtype": "int32",
|
| 835 |
-
"id": null,
|
| 836 |
"_type": "Value"
|
| 837 |
},
|
| 838 |
"image_location": {
|
| 839 |
"dtype": "string",
|
| 840 |
-
"id": null,
|
| 841 |
"_type": "Value"
|
| 842 |
},
|
| 843 |
"image_description": {
|
| 844 |
"dtype": "string",
|
| 845 |
-
"id": null,
|
| 846 |
"_type": "Value"
|
| 847 |
},
|
| 848 |
"image_uncanny_description": {
|
| 849 |
"dtype": "string",
|
| 850 |
-
"id": null,
|
| 851 |
"_type": "Value"
|
| 852 |
},
|
| 853 |
"entities": {
|
| 854 |
"feature": {
|
| 855 |
"dtype": "string",
|
| 856 |
-
"id": null,
|
| 857 |
"_type": "Value"
|
| 858 |
},
|
| 859 |
-
"length": -1,
|
| 860 |
-
"id": null,
|
| 861 |
"_type": "Sequence"
|
| 862 |
},
|
| 863 |
"questions": {
|
| 864 |
"feature": {
|
| 865 |
"dtype": "string",
|
| 866 |
-
"id": null,
|
| 867 |
"_type": "Value"
|
| 868 |
},
|
| 869 |
-
"length": -1,
|
| 870 |
-
"id": null,
|
| 871 |
"_type": "Sequence"
|
| 872 |
},
|
| 873 |
"caption_choices": {
|
| 874 |
"dtype": "string",
|
| 875 |
-
"id": null,
|
| 876 |
"_type": "Value"
|
| 877 |
},
|
| 878 |
"from_description": {
|
| 879 |
"dtype": "string",
|
| 880 |
-
"id": null,
|
| 881 |
"_type": "Value"
|
| 882 |
},
|
| 883 |
"label": {
|
| 884 |
"dtype": "string",
|
| 885 |
-
"id": null,
|
| 886 |
"_type": "Value"
|
| 887 |
},
|
| 888 |
"n_tokens_label": {
|
| 889 |
"dtype": "int32",
|
| 890 |
-
"id": null,
|
| 891 |
"_type": "Value"
|
| 892 |
},
|
| 893 |
"instance_id": {
|
| 894 |
"dtype": "string",
|
| 895 |
-
"id": null,
|
| 896 |
"_type": "Value"
|
| 897 |
}
|
| 898 |
},
|
| 899 |
-
"post_processed": null,
|
| 900 |
-
"supervised_keys": null,
|
| 901 |
-
"task_templates": null,
|
| 902 |
"builder_name": "newyorker_caption_contest",
|
|
|
|
| 903 |
"config_name": "explanation_1",
|
| 904 |
"version": {
|
| 905 |
"version_str": "1.0.0",
|
| 906 |
-
"description": null,
|
| 907 |
"major": 1,
|
| 908 |
"minor": 0,
|
| 909 |
"patch": 0
|
|
@@ -911,37 +891,26 @@
|
|
| 911 |
"splits": {
|
| 912 |
"train": {
|
| 913 |
"name": "train",
|
| 914 |
-
"num_bytes":
|
| 915 |
"num_examples": 2358,
|
| 916 |
-
"dataset_name":
|
| 917 |
},
|
| 918 |
"validation": {
|
| 919 |
"name": "validation",
|
| 920 |
-
"num_bytes":
|
| 921 |
"num_examples": 128,
|
| 922 |
-
"dataset_name":
|
| 923 |
},
|
| 924 |
"test": {
|
| 925 |
"name": "test",
|
| 926 |
-
"num_bytes":
|
| 927 |
"num_examples": 130,
|
| 928 |
-
"dataset_name":
|
| 929 |
-
}
|
| 930 |
-
},
|
| 931 |
-
"download_checksums": {
|
| 932 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/huggingface_hub/v1.0/explanation_1.zip": {
|
| 933 |
-
"num_bytes": 861520,
|
| 934 |
-
"checksum": "4722a0f09564f774a69199c2753d6696189e297bd8c75244e86c15432087e01c"
|
| 935 |
-
},
|
| 936 |
-
"https://storage.googleapis.com/ai2-jack-public/caption_contest_data_public/all_contest_images.zip": {
|
| 937 |
-
"num_bytes": 39523209,
|
| 938 |
-
"checksum": "741527b4ef7198d16cee42ae74eacbe239bcc7377f8b86811c27d627fdc77748"
|
| 939 |
}
|
| 940 |
},
|
| 941 |
-
"download_size":
|
| 942 |
-
"
|
| 943 |
-
"
|
| 944 |
-
"size_in_bytes": 43791367
|
| 945 |
},
|
| 946 |
"explanation_from_pixels_1": {
|
| 947 |
"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",
|
|
|
|
| 826 |
"license": "",
|
| 827 |
"features": {
|
| 828 |
"image": {
|
|
|
|
|
|
|
| 829 |
"_type": "Image"
|
| 830 |
},
|
| 831 |
"contest_number": {
|
| 832 |
"dtype": "int32",
|
|
|
|
| 833 |
"_type": "Value"
|
| 834 |
},
|
| 835 |
"image_location": {
|
| 836 |
"dtype": "string",
|
|
|
|
| 837 |
"_type": "Value"
|
| 838 |
},
|
| 839 |
"image_description": {
|
| 840 |
"dtype": "string",
|
|
|
|
| 841 |
"_type": "Value"
|
| 842 |
},
|
| 843 |
"image_uncanny_description": {
|
| 844 |
"dtype": "string",
|
|
|
|
| 845 |
"_type": "Value"
|
| 846 |
},
|
| 847 |
"entities": {
|
| 848 |
"feature": {
|
| 849 |
"dtype": "string",
|
|
|
|
| 850 |
"_type": "Value"
|
| 851 |
},
|
|
|
|
|
|
|
| 852 |
"_type": "Sequence"
|
| 853 |
},
|
| 854 |
"questions": {
|
| 855 |
"feature": {
|
| 856 |
"dtype": "string",
|
|
|
|
| 857 |
"_type": "Value"
|
| 858 |
},
|
|
|
|
|
|
|
| 859 |
"_type": "Sequence"
|
| 860 |
},
|
| 861 |
"caption_choices": {
|
| 862 |
"dtype": "string",
|
|
|
|
| 863 |
"_type": "Value"
|
| 864 |
},
|
| 865 |
"from_description": {
|
| 866 |
"dtype": "string",
|
|
|
|
| 867 |
"_type": "Value"
|
| 868 |
},
|
| 869 |
"label": {
|
| 870 |
"dtype": "string",
|
|
|
|
| 871 |
"_type": "Value"
|
| 872 |
},
|
| 873 |
"n_tokens_label": {
|
| 874 |
"dtype": "int32",
|
|
|
|
| 875 |
"_type": "Value"
|
| 876 |
},
|
| 877 |
"instance_id": {
|
| 878 |
"dtype": "string",
|
|
|
|
| 879 |
"_type": "Value"
|
| 880 |
}
|
| 881 |
},
|
|
|
|
|
|
|
|
|
|
| 882 |
"builder_name": "newyorker_caption_contest",
|
| 883 |
+
"dataset_name": "newyorker_caption_contest",
|
| 884 |
"config_name": "explanation_1",
|
| 885 |
"version": {
|
| 886 |
"version_str": "1.0.0",
|
|
|
|
| 887 |
"major": 1,
|
| 888 |
"minor": 0,
|
| 889 |
"patch": 0
|
|
|
|
| 891 |
"splits": {
|
| 892 |
"train": {
|
| 893 |
"name": "train",
|
| 894 |
+
"num_bytes": 136614332.45999998,
|
| 895 |
"num_examples": 2358,
|
| 896 |
+
"dataset_name": null
|
| 897 |
},
|
| 898 |
"validation": {
|
| 899 |
"name": "validation",
|
| 900 |
+
"num_bytes": 7911995.0,
|
| 901 |
"num_examples": 128,
|
| 902 |
+
"dataset_name": null
|
| 903 |
},
|
| 904 |
"test": {
|
| 905 |
"name": "test",
|
| 906 |
+
"num_bytes": 8039885.0,
|
| 907 |
"num_examples": 130,
|
| 908 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 909 |
}
|
| 910 |
},
|
| 911 |
+
"download_size": 134637839,
|
| 912 |
+
"dataset_size": 152566212.45999998,
|
| 913 |
+
"size_in_bytes": 287204051.46
|
|
|
|
| 914 |
},
|
| 915 |
"explanation_from_pixels_1": {
|
| 916 |
"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",
|
explanation_1/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4360c686d779b16348601f1c73957a00873c64f06067b0f56c4926389aeb960c
|
| 3 |
+
size 7957500
|
explanation_1/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4036719d2c991e2f839557038a5cb20d17c7847c8d87c96eb5e080a0ee8c777c
|
| 3 |
+
size 118835265
|
explanation_1/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae0260891d9fe20cd405deaca948edf6638a281d7e0dc8ea0c8fef443e38dcb8
|
| 3 |
+
size 7845074
|