benedma2's picture
Upload dataset
0ce3b32 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: words
      sequence: string
    - name: bboxes
      sequence:
        sequence: float32
    - name: image_path
      dtype: string
    - name: ner_tags
      sequence:
        class_label:
          names:
            '0': suppVatId
            '1': iban
            '2': suppCompanyId
            '3': O
            '4': accountNumber
            '5': bankCode
            '6': constSymbol
            '7': suppAddress
            '8': suppName
            '9': dueDate
            '10': issueDate
            '11': invoiceNumber
            '12': taxPointDate
            '13': specificSymbol
            '14': totalPriceWithVat
            '15': variableSymbol
    - name: image
      dtype: image
    - name: image_bw
      dtype: image
  splits:
    - name: train
      num_bytes: 5246071737.5
      num_examples: 2474
    - name: val
      num_bytes: 991165011
      num_examples: 284
  download_size: 6160839128
  dataset_size: 6237236748.5
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*