upload the first config
Browse files
README.md
CHANGED
@@ -3,24 +3,19 @@ annotations_creators:
|
|
3 |
- expert-generated
|
4 |
- crowdsourced
|
5 |
- found
|
6 |
-
language:
|
7 |
-
- en
|
8 |
language_creators:
|
9 |
- crowdsourced
|
10 |
- expert-generated
|
|
|
|
|
11 |
license:
|
12 |
- cc-by-4.0
|
13 |
multilinguality:
|
14 |
- monolingual
|
15 |
-
pretty_name: newyorker_caption_contest
|
16 |
size_categories:
|
17 |
- 1K<n<10K
|
18 |
source_datasets:
|
19 |
- original
|
20 |
-
tags:
|
21 |
-
- humor
|
22 |
-
- caption contest
|
23 |
-
- new yorker
|
24 |
task_categories:
|
25 |
- image-to-text
|
26 |
- multiple-choice
|
@@ -34,6 +29,59 @@ task_ids:
|
|
34 |
- language-modeling
|
35 |
- visual-question-answering
|
36 |
- explanation-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
---
|
38 |
|
39 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
|
|
3 |
- expert-generated
|
4 |
- crowdsourced
|
5 |
- found
|
|
|
|
|
6 |
language_creators:
|
7 |
- crowdsourced
|
8 |
- expert-generated
|
9 |
+
language:
|
10 |
+
- en
|
11 |
license:
|
12 |
- cc-by-4.0
|
13 |
multilinguality:
|
14 |
- monolingual
|
|
|
15 |
size_categories:
|
16 |
- 1K<n<10K
|
17 |
source_datasets:
|
18 |
- original
|
|
|
|
|
|
|
|
|
19 |
task_categories:
|
20 |
- image-to-text
|
21 |
- multiple-choice
|
|
|
29 |
- language-modeling
|
30 |
- visual-question-answering
|
31 |
- explanation-generation
|
32 |
+
pretty_name: newyorker_caption_contest
|
33 |
+
tags:
|
34 |
+
- humor
|
35 |
+
- caption contest
|
36 |
+
- new yorker
|
37 |
+
dataset_info:
|
38 |
+
config_name: matching
|
39 |
+
features:
|
40 |
+
- name: image
|
41 |
+
dtype: image
|
42 |
+
- name: contest_number
|
43 |
+
dtype: int32
|
44 |
+
- name: image_location
|
45 |
+
dtype: string
|
46 |
+
- name: image_description
|
47 |
+
dtype: string
|
48 |
+
- name: image_uncanny_description
|
49 |
+
dtype: string
|
50 |
+
- name: entities
|
51 |
+
sequence: string
|
52 |
+
- name: questions
|
53 |
+
sequence: string
|
54 |
+
- name: caption_choices
|
55 |
+
sequence: string
|
56 |
+
- name: from_description
|
57 |
+
dtype: string
|
58 |
+
- name: label
|
59 |
+
dtype: string
|
60 |
+
- name: n_tokens_label
|
61 |
+
dtype: int32
|
62 |
+
- name: instance_id
|
63 |
+
dtype: string
|
64 |
+
splits:
|
65 |
+
- name: train
|
66 |
+
num_bytes: 618272766.36
|
67 |
+
num_examples: 9792
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 34157757.0
|
70 |
+
num_examples: 531
|
71 |
+
- name: test
|
72 |
+
num_bytes: 29813118.0
|
73 |
+
num_examples: 528
|
74 |
+
download_size: 594460072
|
75 |
+
dataset_size: 682243641.36
|
76 |
+
configs:
|
77 |
+
- config_name: matching
|
78 |
+
data_files:
|
79 |
+
- split: train
|
80 |
+
path: matching/train-*
|
81 |
+
- split: validation
|
82 |
+
path: matching/validation-*
|
83 |
+
- split: test
|
84 |
+
path: matching/test-*
|
85 |
---
|
86 |
|
87 |
# Dataset Card for New Yorker Caption Contest Benchmarks
|
dataset_infos.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
matching/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd2ced3906f63fe8ab36b48b10d291436f8ed6ca4233d639069d04521d83a054
|
3 |
+
size 21432165
|
matching/train-00000-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:02814ae166a791ec9051e67cb3d7809a8a03245d3c968a4c459fec99166528d9
|
3 |
+
size 272555882
|
matching/train-00001-of-00002.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91914c92e27acf7640a403ad6ed7e83d80b6e58d46e8ae3137012e25a8a49b4d
|
3 |
+
size 275323202
|
matching/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f44fe2b9cdc4ca6545e2f99d4e8c76c1331aa2e3c12ee609813739efbed03bb0
|
3 |
+
size 25148823
|