File size: 571 Bytes
83a949c
 
e6a2435
 
 
 
 
 
 
 
 
 
 
 
83a949c
e6a2435
 
83a949c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "additional_special_tokens": [
    "<s_menu>",
    "<s_nm>",
    "<s_cnt>",
    "<s_unitprice>",
    "<s_price>",
    "<s_total_price>",
    "</s_menu>",
    "</s_nm>",
    "</s_cnt>",
    "</s_unitprice>",
    "</s_price>",
    "</s_total_price>",
    "<s>",
    "</s>",
    "<sep/>"
  ],
  "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>"
}