geoQA / README.md
hz2475's picture
Update README.md
8a6614c verified
metadata
license: mit
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: subject
      dtype: string
    - name: choices
      sequence: string
    - name: label
      dtype: int64
    - name: formal_point
      sequence: string
    - name: answer
      dtype: string
    - name: comment
      dtype: string
    - name: original_split
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 33397751.75
      num_examples: 5010
  download_size: 31894630
  dataset_size: 33397751.75
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
task_categories:
  - visual-question-answering
size_categories:
  - 1K<n<10K

GeoQA

Unofficial HF port of GeoQA, with same splits from offical implementation