drogozhang
commited on
Commit
•
0649a8c
1
Parent(s):
4ac2eb2
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: img_id
|
6 |
+
dtype: string
|
7 |
+
- name: turn_index
|
8 |
+
dtype: int32
|
9 |
+
- name: input_img
|
10 |
+
dtype: image
|
11 |
+
- name: instruction
|
12 |
+
dtype: string
|
13 |
+
- name: output_img
|
14 |
+
dtype: image
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 15474910323.726
|
18 |
+
num_examples: 8807
|
19 |
+
- name: dev
|
20 |
+
num_bytes: 926910159.0
|
21 |
+
num_examples: 528
|
22 |
+
download_size: 16474461666
|
23 |
+
dataset_size: 16401820482.726
|
24 |
---
|