File size: 801 Bytes
abdd4fc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a324bdd
 
 
 
 
abdd4fc
 
 
 
 
a324bdd
 
abdd4fc
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: words
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-HEADER
          '2': I-HEADER
          '3': B-QUESTION
          '4': I-QUESTION
          '5': B-ANSWER
          '6': I-ANSWER
          '7': S-COMPANY
          '8': S-DATE
          '9': S-ADDRESS
          '10': S-TOTAL
  - name: bboxes
    sequence:
      sequence: int64
  splits:
  - name: train
    num_bytes: 98382772.0
    num_examples: 775
  - name: test
    num_bytes: 47830443.0
    num_examples: 397
  download_size: 140076916
  dataset_size: 146213215.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---