vqa_v2 / README.md
Phando's picture
Upload dataset
f3a6110
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: question_type
      dtype: string
    - name: multiple_choice_answer
      dtype: string
    - name: answers
      list:
        - name: answer
          dtype: string
        - name: answer_confidence
          dtype: string
        - name: answer_id
          dtype: int64
    - name: image_id
      dtype: int64
    - name: answer_type
      dtype: string
    - name: question_id
      dtype: int64
    - name: question
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 67692137168.704
      num_examples: 443757
    - name: validation
      num_bytes: 33693404566.41
      num_examples: 214354
    - name: test
      num_bytes: 70169720510
      num_examples: 447793
  download_size: 34818002031
  dataset_size: 171555262245.114

Dataset Card for "vqa_v2"

More Information needed