Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,24 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: image
|
6 |
+
dtype: string
|
7 |
+
- name: caption
|
8 |
+
dtype: string
|
9 |
+
- name: dialog
|
10 |
+
sequence:
|
11 |
+
sequence: string
|
12 |
+
splits:
|
13 |
+
- name: train
|
14 |
+
num_bytes: 72983994
|
15 |
+
num_examples: 123287
|
16 |
+
- name: test
|
17 |
+
num_bytes: 3146123
|
18 |
+
num_examples: 8000
|
19 |
+
- name: validation
|
20 |
+
num_bytes: 1294797
|
21 |
+
num_examples: 2064
|
22 |
+
download_size: 32870167
|
23 |
+
dataset_size: 77424914
|
24 |
---
|