FinTabNet_OTSL-v1.1 / README.md
MaxMnemonic's picture
Upload dataset
021628e verified
|
raw
history blame
1.11 kB
metadata
dataset_info:
  features:
    - name: filename
      dtype: string
    - name: split
      dtype: string
    - name: imgid
      dtype: int64
    - name: table_bbox
      sequence: int64
    - name: dataset
      dtype: string
    - name: cells
      list:
        list:
          - name: bbox
            sequence: int64
          - name: tokens
            sequence: string
    - name: otsl
      sequence: string
    - name: html
      sequence: string
    - name: html_restored
      sequence: string
    - name: html_with_text
      sequence: string
    - name: cols
      dtype: int64
    - name: rows
      dtype: int64
    - name: html_len
      dtype: int64
    - name: otsl_len
      dtype: int64
    - name: image
      dtype: image
  splits:
    - name: train
      num_bytes: 6249615589.039
      num_examples: 102881
    - name: test
      num_bytes: 774194641.9
      num_examples: 12700
    - name: val
      num_bytes: 773544913
      num_examples: 12700
  download_size: 6279234606
  dataset_size: 7797355143.938999
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: val
        path: data/val-*