File size: 2,055 Bytes
0e3128e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fe03830
 
 
0b63302
 
 
00238d2
 
 
 
fe03830
0e3128e
 
 
 
 
fa325bd
 
8ec488f
 
0e3128e
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: words
    sequence: string
  - name: bboxes
    sequence:
      sequence: int64
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-MENU.CNT
          '2': B-MENU.DISCOUNTPRICE
          '3': B-MENU.NM
          '4': B-MENU.NUM
          '5': B-MENU.PRICE
          '6': B-MENU.SUB.CNT
          '7': B-MENU.SUB.NM
          '8': B-MENU.SUB.PRICE
          '9': B-MENU.UNITPRICE
          '10': B-SUB_TOTAL.DISCOUNT_PRICE
          '11': B-SUB_TOTAL.ETC
          '12': B-SUB_TOTAL.SERVICE_PRICE
          '13': B-SUB_TOTAL.SUBTOTAL_PRICE
          '14': B-SUB_TOTAL.TAX_PRICE
          '15': B-TOTAL.CASHPRICE
          '16': B-TOTAL.CHANGEPRICE
          '17': B-TOTAL.CREDITCARDPRICE
          '18': B-TOTAL.MENUQTY_CNT
          '19': B-TOTAL.TOTAL_PRICE
          '20': I-MENU.CNT
          '21': I-MENU.DISCOUNTPRICE
          '22': I-MENU.NM
          '23': I-MENU.NUM
          '24': I-MENU.PRICE
          '25': I-MENU.SUB.CNT
          '26': I-MENU.SUB.NM
          '27': I-MENU.SUB.PRICE
          '28': I-MENU.UNITPRICE
          '29': I-SUB_TOTAL.DISCOUNT_PRICE
          '30': I-SUB_TOTAL.ETC
          '31': I-SUB_TOTAL.SERVICE_PRICE
          '32': I-SUB_TOTAL.SUBTOTAL_PRICE
          '33': I-SUB_TOTAL.TAX_PRICE
          '34': I-TOTAL.CASHPRICE
          '35': I-TOTAL.CHANGEPRICE
          '36': I-TOTAL.CREDITCARDPRICE
          '37': I-TOTAL.MENUQTY_CNT
          '38': I-TOTAL.TOTAL_PRICE
          '39': S-COMPANY
          '40': S-DATE
          '41': S-ADDRESS
  splits:
  - name: train
    num_bytes: 1318870063.0
    num_examples: 1008
  - name: validation
    num_bytes: 190185603.0
    num_examples: 274
  - name: test
    num_bytes: 182731433.0
    num_examples: 273
  download_size: 7386728780
  dataset_size: 1691787099.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---