vivqa_rationale / README.md
ThucPD's picture
Upload README.md with huggingface_hub
8b2e1ce verified
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: image_path
      dtype: string
    - name: image_id
      dtype: int64
    - name: question
      dtype: string
    - name: question_id
      dtype: string
    - name: answer
      dtype: string
    - name: type
      dtype: int64
    - name: split
      dtype: string
    - name: rationale
      dtype: string
  splits:
    - name: train
      num_bytes: 2751506
      num_examples: 10199
    - name: val
      num_bytes: 495819
      num_examples: 1800
    - name: test
      num_bytes: 810955
      num_examples: 3001
  download_size: 1754103
  dataset_size: 4058280

Dataset Card for "vivqa_rationale"

More Information needed