POPE-complete / README.md
aryadomain's picture
Complete POPE dataset: COCO + A-OKVQA + GQA, all 3 settings
aee0705 verified
|
Raw
History Blame Contribute Delete
817 Bytes
metadata
dataset_info:
  features:
    - name: question_id
      dtype: int64
    - name: image_name
      dtype: string
    - name: image
      dtype: image
    - name: text
      dtype: string
    - name: label
      dtype: string
    - name: source
      dtype: string
    - name: category
      dtype: string
  splits:
    - name: full
      num_bytes: 4336056754
      num_examples: 27000
    - name: coco
      num_bytes: 1445538911
      num_examples: 9000
    - name: aokvqa
      num_bytes: 1519972997
      num_examples: 9000
    - name: gqa
      num_bytes: 1320001458
      num_examples: 9000
  download_size: 1452107402
  dataset_size: 8621570120
configs:
  - config_name: default
    data_files:
      - split: full
        path: data/full-*
      - split: coco
        path: data/coco-*
      - split: aokvqa
        path: data/aokvqa-*
      - split: gqa
        path: data/gqa-*