Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
VISION_LANGUAGE / README.md
neelsj's picture
Update README.md
9f89aa1 verified
|
raw
history blame
876 Bytes
metadata
license: apache-2.0
dataset_info:
  - config_name: maze
    features:
      - name: id
        dtype: int32
      - name: image
        dtype: image
      - name: prompt
        dtype: string
      - name: ground_truth
        dtype: string
      - name: task
        dtype: string
      - name: question_type
        dtype: string
      - name: target_options
        dtype: string
  - config_name: maze_text_only
    features:
      - name: id
        dtype: int32
      - name: prompt
        dtype: string
      - name: ground_truth
        dtype: string
      - name: task
        dtype: string
      - name: question_type
        dtype: string
      - name: target_options
        dtype: string
configs:
  - config_name: maze
    data_files:
      - split: val
        path: maze/maze_val.parquet
  - config_name: maze_text_only
    data_files:
      - split: val
        path: maze/maze_text_only_val.parquet