---
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: question
    dtype: string
  - name: image
    dtype: image
  - name: image_id
    dtype: string
  - name: image_classes
    sequence: string
  - name: flickr_original_url
    dtype: string
  - name: flickr_300k_url
    dtype: string
  - name: image_width
    dtype: int64
  - name: image_height
    dtype: int64
  - name: set_name
    dtype: string
  - name: image_name
    dtype: string
  - name: image_path
    dtype: string
  - name: caption_id
    sequence: int64
  - name: caption_str
    sequence: string
  - name: reference_strs
    sequence: string
  splits:
  - name: val
    num_bytes: 249083.0
    num_examples: 1
  - name: train
    num_bytes: 249445.0
    num_examples: 1
  download_size: 1298057
  dataset_size: 498528.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---