donut-base-my_model_rapido_2_new / special_tokens_map.json
Manab's picture
End of training
14df521
raw
history blame
1.02 kB
{
"additional_special_tokens": [
"<s_Total_price>",
"</s_Total_price>",
"<s_Payment_details>",
"</s_Payment_details>",
"<s_Invoice Number>",
"</s_Invoice Number>",
"<s_Invoice Date>",
"</s_Invoice Date>",
"<s_Company Address>",
"</s_Company Address>",
"<s_Buyer Name>",
"</s_Buyer Name>",
"<s_Buyer Address>",
"</s_Buyer Address>",
"<s_Time of Buying>",
"</s_Time of Buying>",
"<s_Description_2_price>",
"</s_Description_2_price>",
"<s_Description_2>",
"</s_Description_2>",
"<s_Description_1_price>",
"</s_Description_1_price>",
"<s_Description_1>",
"</s_Description_1>",
"<s_Company Name>",
"</s_Company Name>",
"<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>"
}