File size: 1,198 Bytes
e5bfd6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "additional_special_tokens": [
    "<s_summary>",
    "</s_summary>",
    "<s_total_vat>",
    "</s_total_vat>",
    "<s_total_net_worth>",
    "</s_total_net_worth>",
    "<s_total_gross_worth>",
    "</s_total_gross_worth>",
    "<s_items>",
    "</s_items>",
    "<s_item_vat>",
    "</s_item_vat>",
    "<s_item_qty>",
    "</s_item_qty>",
    "<s_item_net_worth>",
    "</s_item_net_worth>",
    "<s_item_net_price>",
    "</s_item_net_price>",
    "<s_item_gross_worth>",
    "</s_item_gross_worth>",
    "<s_item_desc>",
    "</s_item_desc>",
    "<s_header>",
    "</s_header>",
    "<s_seller_tax_id>",
    "</s_seller_tax_id>",
    "<s_seller>",
    "</s_seller>",
    "<s_invoice_no>",
    "</s_invoice_no>",
    "<s_invoice_date>",
    "</s_invoice_date>",
    "<s_iban>",
    "</s_iban>",
    "<s_client_tax_id>",
    "</s_client_tax_id>",
    "<s_client>",
    "</s_client>",
    "<s>",
    "</s>"
  ],
  "bos_token": "<s>",
  "cls_token": "<s>",
  "eos_token": "</s>",
  "mask_token": {
    "content": "<mask>",
    "lstrip": true,
    "normalized": true,
    "rstrip": false,
    "single_word": false
  },
  "pad_token": "<pad>",
  "sep_token": "</s>",
  "unk_token": "<unk>"
}