marshmallow-finetuned-cord-v2 / special_tokens_map.json
dodogeny's picture
End of training
3395ae2
raw
history blame contribute delete
No virus
1.22 kB
{
"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_cashprice>",
"</s_cashprice>",
"<s_changeprice>",
"</s_changeprice>",
"<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>"
}