DocLayNet-v1.2 / README.md
nlivathinos's picture
Upload dataset (part 00001-of-00002)
85cadd4 verified
|
raw
history blame
1.63 kB
metadata
dataset_info:
  features:
    - name: image
      dtype: image
    - name: bboxes
      sequence:
        sequence: float64
    - name: category_id
      sequence: int64
    - name: segmentation
      sequence:
        sequence:
          sequence: float64
    - name: area
      sequence: float64
    - name: pdf_cells
      list:
        list:
          - name: bbox
            sequence: float64
          - name: font
            struct:
              - name: color
                sequence: int64
              - name: name
                dtype: string
              - name: size
                dtype: float64
          - name: text
            dtype: string
    - name: metadata
      struct:
        - name: coco_height
          dtype: int64
        - name: coco_width
          dtype: int64
        - name: collection
          dtype: string
        - name: doc_category
          dtype: string
        - name: image_id
          dtype: int64
        - name: num_pages
          dtype: int64
        - name: original_filename
          dtype: string
        - name: original_height
          dtype: float64
        - name: original_width
          dtype: float64
        - name: page_hash
          dtype: string
        - name: page_no
          dtype: int64
    - name: pdf
      dtype: binary
    - name: modalities
      sequence: string
  splits:
    - name: train
      num_bytes: 35626146180.25
      num_examples: 69375
    - name: validation
      num_bytes: 3090589267.941
      num_examples: 6489
    - name: test
      num_bytes: 2529339432.131
      num_examples: 4999
  download_size: 39770621829
  dataset_size: 41246074880.322
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*