VQAonBD / README.md
jp1924's picture
Upload dataset
d7386ef verified
metadata
dataset_info:
  features:
    - name: table_structure
      list:
        - name: cell_id
          dtype: int32
        - name: bbox
          list: int32
        - name: start_row
          dtype: int32
        - name: start_col
          dtype: int32
        - name: end_row
          dtype: int32
        - name: end_col
          dtype: int32
        - name: content
          dtype: string
    - name: questions_answers
      list:
        - name: question_id
          dtype: string
        - name: question
          dtype: string
        - name: answer
          dtype: string
        - name: answer_type
          dtype: string
    - name: file_name
      dtype: string
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 6121175886.125
      num_examples: 39999
    - name: validation
      num_bytes: 665817017.125
      num_examples: 4535
  download_size: 4393732562
  dataset_size: 6786992903.25
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*