---
dataset_info:
  features:
  - name: caption
    dtype: string
  - name: image
    dtype: string
  - name: coco_url
    dtype: string
  - name: instructions
    list:
    - name: from
      dtype: string
    - name: value
      dtype: string
  - name: sample_idx
    dtype: string
  - name: instr_id
    dtype: int64
  - name: downloaded_img
    dtype: image
  splits:
  - name: train
    num_bytes: 730466274.25
    num_examples: 13430
  - name: validation
    num_bytes: 184965610.375
    num_examples: 3365
  download_size: 904280204
  dataset_size: 915431884.625
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---