Donut-for-Invoices / special_tokens_map.json
Anuvathan's picture
End of training
e5bfd6c
{
"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>"
}