File size: 527 Bytes
7e33608 4baf2b4 0779972 4baf2b4 750a95d 4baf2b4 0779972 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: 71045.0
num_examples: 1
- name: val
num_bytes: 171293434.75
num_examples: 2693
download_size: 161469391
dataset_size: 171364479.75
---
|