File size: 1,077 Bytes
7398db7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0ce3b32
7398db7
 
 
 
0ce3b32
 
7398db7
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
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.0
    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-*
---