VQA-OCR-Hard / README.md
VarunGumma's picture
Upload dataset
9d9ae1c verified
metadata
dataset_info:
  features:
    - name: image_id
      dtype: string
    - name: image
      dtype: image
    - name: mask_id
      dtype: string
    - name: mask
      dtype: image
    - name: question
      dtype: string
    - name: answer
      dtype: string
    - name: image_width
      dtype: int64
    - name: image_height
      dtype: int64
  splits:
    - name: train
      num_bytes: 5691612604
      num_examples: 20296
    - name: val
      num_bytes: 420716110
      num_examples: 1431
    - name: test
      num_bytes: 399977189
      num_examples: 1432
  download_size: 6395994683
  dataset_size: 6512305903
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*