File size: 477 Bytes
95e4c58 | 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 | ---
dataset_info:
features:
- name: id
dtype: string
- name: image
dtype: image
- name: caption
dtype: string
- name: label
dtype: int32
splits:
- name: train
num_bytes: 401796717
num_examples: 2400
- name: val
num_bytes: 103019535
num_examples: 600
download_size: 504830292
dataset_size: 504816252
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: val
path: data/val-*
---
|