File size: 527 Bytes
7e33608 4baf2b4 0779972 4baf2b4 cdf8dbc b206a55 71a605c 7e33608 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
license: apache-2.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
dataset_info:
features:
- name: id
dtype: string
- name: caption
dtype: string
- name: image
dtype: image
- name: cond
dtype: image
splits:
- name: train
num_bytes: 70936.0
num_examples: 1
- name: val
num_bytes: 166271415.25
num_examples: 2603
download_size: 318390937
dataset_size: 166342351.25
---
|