EphronM's picture
Intial uploading of the dataset
5bcdf89 verified
|
raw
history blame
1.03 kB
metadata
dataset_info:
  features:
    - name: name
      dtype: string
    - name: page_no
      dtype: int64
    - name: width
      dtype: int64
    - name: height
      dtype: int64
    - name: text
      sequence: string
    - name: bbox
      sequence:
        sequence: int64
    - name: segment_bbox
      sequence:
        sequence: int64
    - name: segment_id
      sequence: int64
    - name: qas
      struct:
        - name: answers
          list:
            - name: answer_end
              sequence: int64
            - name: answer_start
              sequence: int64
            - name: text
              sequence: string
        - name: question
          sequence: string
        - name: question_id
          sequence: int64
    - name: image
      dtype: string
    - name: md5sum
      dtype: string
  splits:
    - name: train
      num_bytes: 235094122
      num_examples: 72
    - name: test
      num_bytes: 65985649
      num_examples: 20
  download_size: 300115943
  dataset_size: 301079771
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*