Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc0-1.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc0-1.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: image
|
| 6 |
+
dtype: image
|
| 7 |
+
- name: imgid
|
| 8 |
+
dtype: int64
|
| 9 |
+
- name: captions
|
| 10 |
+
sequence: string
|
| 11 |
+
- name: detailed_caption
|
| 12 |
+
dtype: string
|
| 13 |
+
splits:
|
| 14 |
+
- name: train
|
| 15 |
+
num_bytes: 833022200.0
|
| 16 |
+
num_examples: 6000
|
| 17 |
+
- name: test
|
| 18 |
+
num_bytes: 137460841.0
|
| 19 |
+
num_examples: 1000
|
| 20 |
+
- name: validation
|
| 21 |
+
num_bytes: 138602518.0
|
| 22 |
+
num_examples: 1000
|
| 23 |
+
download_size: 1104804856
|
| 24 |
+
dataset_size: 1109085559.0
|
| 25 |
+
---
|