DocumentVQA / README.md
VictorSanh's picture
Upload dataset
75e88fb
|
raw
history blame
No virus
806 Bytes
metadata
dataset_info:
  features:
    - name: questionId
      dtype: int32
    - name: question
      dtype: string
    - name: question_types
      list: string
    - name: image
      dtype: image
    - name: docId
      dtype: int32
    - name: ucsf_document_id
      dtype: string
    - name: ucsf_document_page_no
      dtype: string
    - name: answers
      list: string
  splits:
    - name: train
      num_bytes: 5658303093.631
      num_examples: 39463
    - name: validation
      num_bytes: 2532362556.066
      num_examples: 5349
    - name: test
      num_bytes: 2500321215.732
      num_examples: 5188
  download_size: 9555630404
  dataset_size: 10690986865.428999
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*