Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -2,25 +2,29 @@
|
|
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:
|
15 |
num_examples: 123287
|
16 |
- name: test
|
17 |
-
num_bytes:
|
18 |
num_examples: 8000
|
19 |
- name: validation
|
20 |
-
num_bytes:
|
21 |
num_examples: 2064
|
22 |
-
download_size:
|
23 |
-
dataset_size:
|
24 |
---
|
25 |
|
26 |
Usage:
|
|
|
2 |
license: cc-by-4.0
|
3 |
dataset_info:
|
4 |
features:
|
|
|
|
|
5 |
- name: caption
|
6 |
dtype: string
|
7 |
- name: dialog
|
8 |
sequence:
|
9 |
sequence: string
|
10 |
+
- name: image_path
|
11 |
+
dtype: string
|
12 |
+
- name: global_image_id
|
13 |
+
dtype: string
|
14 |
+
- name: anns_id
|
15 |
+
dtype: string
|
16 |
splits:
|
17 |
- name: train
|
18 |
+
num_bytes: 77657548
|
19 |
num_examples: 123287
|
20 |
- name: test
|
21 |
+
num_bytes: 3495490
|
22 |
num_examples: 8000
|
23 |
- name: validation
|
24 |
+
num_bytes: 1408883
|
25 |
num_examples: 2064
|
26 |
+
download_size: 34814702
|
27 |
+
dataset_size: 82561921
|
28 |
---
|
29 |
|
30 |
Usage:
|