dataenvgym-gqa / README.md
codezakh's picture
Upload dataset
d63a400 verified
metadata
dataset_info:
  features:
    - name: task_name
      dtype: string
    - name: instance_id
      dtype: string
    - name: instruction
      dtype: string
    - name: ground_truth_label
      dtype: string
    - name: vqa_task_type
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: val
      num_bytes: 182097927
      num_examples: 502
    - name: testdev
      num_bytes: 211891319
      num_examples: 430
    - name: debug
      num_bytes: 369188
      num_examples: 1
  download_size: 370482936
  dataset_size: 394358434
configs:
  - config_name: default
    data_files:
      - split: val
        path: data/val-*
      - split: testdev
        path: data/testdev-*
      - split: debug
        path: data/debug-*