File size: 2,041 Bytes
346bf3d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e64b86f
6c89e62
e64b86f
12eff6f
6c89e62
12eff6f
101e6ee
6c89e62
101e6ee
 
6c89e62
346bf3d
 
 
 
 
f89540e
 
f79f49f
 
6c89e62
 
 
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: id
    dtype: string
  - name: words
    sequence: string
  - 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
  - name: bboxes
    sequence:
      sequence: int64
  - name: image
    dtype: image
  splits:
  - name: train
    num_bytes: 1296349236
    num_examples: 800
  - name: validation
    num_bytes: 171507971
    num_examples: 100
  - name: test
    num_bytes: 163511362
    num_examples: 100
  download_size: 4891389723
  dataset_size: 1631368569
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
task_categories:
- token-classification
---