File size: 1,134 Bytes
60b6876 797145d f0c0fb0 797145d f0c0fb0 69e8be2 797145d f0c0fb0 69e8be2 b615307 60b6876 |
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 |
{
"additional_special_tokens": [
"<s_total>",
"</s_total>",
"<s_total_price>",
"</s_total_price>",
"<s_price>",
"</s_price>",
"<s_change>",
"</s_change>",
"<s_cash>",
"</s_cash>",
"<s_tel>",
"</s_tel>",
"<s_sub_total>",
"</s_sub_total>",
"<s_tax_price>",
"</s_tax_price>",
"<s_service_price>",
"</s_service_price>",
"<s_etc>",
"</s_etc>",
"<s_discount_price>",
"</s_discount_price>",
"<s_merchant>",
"</s_merchant>",
"<s_menu>",
"</s_menu>",
"<s_nm>",
"</s_nm>",
"<s_cnt>",
"</s_cnt>",
"<s_fax>",
"</s_fax>",
"<s_email>",
"</s_email>",
"<s_date>",
"</s_date>",
"<s_company>",
"</s_company>",
"<s_address>",
"</s_address>",
"<s_lineNumber>",
"</s_lineNumber>",
"<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>"
}
|