SpatialEval / README.md
MilaWang's picture
Upload dataset
83c6537 verified
|
raw
history blame
907 Bytes
metadata
dataset_info:
  - config_name: tqa
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: oracle_answer
        dtype: string
      - name: oracle_option
        dtype: string
      - name: oracle_full_answer
        dtype: string
    splits:
      - name: test
        num_bytes: 4729238
        num_examples: 4635
    download_size: 817133
    dataset_size: 4729238
  - config_name: vqa
    features:
      - name: id
        dtype: string
      - name: text
        dtype: string
      - name: image
        dtype: image
      - name: oracle_answer
        dtype: string
      - name: oracle_option
        dtype: string
      - name: oracle_full_answer
        dtype: string
    splits:
      - name: test
        num_bytes: 258595441.36
        num_examples: 4635
    download_size: 712213462
    dataset_size: 258595441.36
configs:
  - config_name: tqa
    data_files:
      - split: test
        path: tqa/test-*
  - config_name: vqa
    data_files:
      - split: test
        path: vqa/test-*