Alejandro Radisic
commited on
Commit
·
2b476f7
1
Parent(s):
ab636ea
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -2,18 +2,20 @@
|
|
| 2 |
license: cc
|
| 3 |
dataset_info:
|
| 4 |
features:
|
|
|
|
|
|
|
| 5 |
- name: input
|
| 6 |
dtype: string
|
| 7 |
-
- name: description_0
|
| 8 |
-
dtype: string
|
| 9 |
- name: output
|
| 10 |
dtype: string
|
|
|
|
|
|
|
| 11 |
- name: description_1
|
| 12 |
dtype: string
|
| 13 |
splits:
|
| 14 |
- name: train
|
| 15 |
-
num_bytes:
|
| 16 |
num_examples: 617
|
| 17 |
-
download_size:
|
| 18 |
-
dataset_size:
|
| 19 |
---
|
|
|
|
| 2 |
license: cc
|
| 3 |
dataset_info:
|
| 4 |
features:
|
| 5 |
+
- name: image
|
| 6 |
+
dtype: binary
|
| 7 |
- name: input
|
| 8 |
dtype: string
|
|
|
|
|
|
|
| 9 |
- name: output
|
| 10 |
dtype: string
|
| 11 |
+
- name: description_0
|
| 12 |
+
dtype: string
|
| 13 |
- name: description_1
|
| 14 |
dtype: string
|
| 15 |
splits:
|
| 16 |
- name: train
|
| 17 |
+
num_bytes: 8627552
|
| 18 |
num_examples: 617
|
| 19 |
+
download_size: 7808768
|
| 20 |
+
dataset_size: 8627552
|
| 21 |
---
|