POPE_sample / README.md
Oztobuzz's picture
Initial upload of synthetic OKVQA dataset with key objects
db890d6 verified
|
raw
history blame
1.64 kB
metadata
dataset_info:
  - config_name: default
    features:
      - name: idx
        dtype: float64
      - name: img
        dtype: image
      - name: original_question
        dtype: string
      - name: gt_ans
        dtype: string
      - name: key_object
        dtype: string
      - name: question
        dtype: string
      - name: answer
        dtype: string
      - name: vqa_sample
        dtype: string
    splits:
      - name: train
        num_bytes: 203829
        num_examples: 5
    download_size: 85081
    dataset_size: 203829
  - config_name: from0_10
    features:
      - name: idx
        dtype: float64
      - name: img
        dtype: image
      - name: original_question
        dtype: string
      - name: gt_ans
        dtype: string
      - name: key_object
        dtype: string
      - name: question
        dtype: string
      - name: answer
        dtype: string
      - name: vqa_sample
        dtype: string
    splits:
      - name: train
        num_bytes: 203839
        num_examples: 5
    download_size: 85111
    dataset_size: 203839
  - config_name: from10_20
    features:
      - name: idx
        dtype: float64
      - name: img
        dtype: image
      - name: original_question
        dtype: string
      - name: gt_ans
        dtype: string
      - name: key_object
        dtype: string
      - name: question
        dtype: string
      - name: answer
        dtype: string
      - name: vqa_sample
        dtype: string
    splits:
      - name: train
        num_bytes: 324354
        num_examples: 5
    download_size: 171079
    dataset_size: 324354
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/default/train-*
  - config_name: from0_10
    data_files:
      - split: train
        path: data/from0_10/train-*
  - config_name: from10_20
    data_files:
      - split: train
        path: data/from10_20/train-*