Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
-
- name:
|
| 5 |
-
dtype:
|
| 6 |
- name: image_url
|
| 7 |
dtype: string
|
| 8 |
- name: captions
|
|
@@ -15,10 +15,20 @@ dataset_info:
|
|
| 15 |
sequence: string
|
| 16 |
splits:
|
| 17 |
- name: train
|
| 18 |
-
num_bytes:
|
| 19 |
-
num_examples:
|
| 20 |
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
# Dataset Card for "translated-th-coco2017"
|
| 24 |
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
+
- name: file_name
|
| 5 |
+
dtype: string
|
| 6 |
- name: image_url
|
| 7 |
dtype: string
|
| 8 |
- name: captions
|
|
|
|
| 15 |
sequence: string
|
| 16 |
splits:
|
| 17 |
- name: train
|
| 18 |
+
num_bytes: 250511788
|
| 19 |
+
num_examples: 118287
|
| 20 |
+
- name: test
|
| 21 |
+
num_bytes: 10648831
|
| 22 |
+
num_examples: 5000
|
| 23 |
+
download_size: 95647038
|
| 24 |
+
dataset_size: 261160619
|
| 25 |
+
configs:
|
| 26 |
+
- config_name: default
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: data/train-*
|
| 30 |
+
- split: test
|
| 31 |
+
path: data/test-*
|
| 32 |
---
|
| 33 |
# Dataset Card for "translated-th-coco2017"
|
| 34 |
|