Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,50 @@
|
|
1 |
---
|
2 |
license: cc-by-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
- split: validation
|
9 |
+
path: data/validation-*
|
10 |
+
- split: test
|
11 |
+
path: data/test-*
|
12 |
+
dataset_info:
|
13 |
+
features:
|
14 |
+
- name: image
|
15 |
+
dtype: image
|
16 |
+
- name: contest_number
|
17 |
+
dtype: int32
|
18 |
+
- name: image_location
|
19 |
+
dtype: string
|
20 |
+
- name: image_description
|
21 |
+
dtype: string
|
22 |
+
- name: image_uncanny_description
|
23 |
+
dtype: string
|
24 |
+
- name: entities
|
25 |
+
sequence: string
|
26 |
+
- name: questions
|
27 |
+
sequence: string
|
28 |
+
- name: caption_choices
|
29 |
+
dtype: string
|
30 |
+
- name: from_description
|
31 |
+
dtype: string
|
32 |
+
- name: label
|
33 |
+
dtype: string
|
34 |
+
- name: n_tokens_label
|
35 |
+
dtype: int32
|
36 |
+
- name: instance_id
|
37 |
+
dtype: string
|
38 |
+
splits:
|
39 |
+
- name: train
|
40 |
+
num_bytes: 134115134.64
|
41 |
+
num_examples: 2340
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 8055329.0
|
44 |
+
num_examples: 130
|
45 |
+
- name: test
|
46 |
+
num_bytes: 6878764.0
|
47 |
+
num_examples: 131
|
48 |
+
download_size: 139896532
|
49 |
+
dataset_size: 149049227.64
|
50 |
---
|