File size: 2,117 Bytes
c7749a1 76b7adc c7749a1 |
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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 |
{
"additional_special_tokens": [
"<s_h_taxrate1>",
"</s_h_taxrate1>",
"<s_h_taxbasisamount1>",
"</s_h_taxbasisamount1>",
"<s_h_taxamount1>",
"</s_h_taxamount1>",
"<s_h_receiptdate>",
"</s_h_receiptdate>",
"<s_h_netamount1>",
"</s_h_netamount1>",
"<s_h_invoicerecipient>",
"</s_h_invoicerecipient>",
"<s_h_invoicenumber>",
"</s_h_invoicenumber>",
"<s_h_grossamount>",
"</s_h_grossamount>",
"<s_h_extracharges>",
"</s_h_extracharges>",
"<s_h_documenttype>",
"</s_h_documenttype>",
"<s_h_documentdate>",
"</s_h_documentdate>",
"<s_h_deldate>",
"</s_h_deldate>",
"<s_h_currency1>",
"</s_h_currency1>",
"<s_h_creditorstreet>",
"</s_h_creditorstreet>",
"<s_h_creditorsalestaxid>",
"</s_h_creditorsalestaxid>",
"<s_h_creditorpostcode>",
"</s_h_creditorpostcode>",
"<s_h_creditorname>",
"</s_h_creditorname>",
"<s_h_creditoriban>",
"</s_h_creditoriban>",
"<s_h_creditorcountry>",
"</s_h_creditorcountry>",
"<s_h_creditorcity>",
"</s_h_creditorcity>",
"<s_h_creditortaxid>",
"</s_h_creditortaxid>",
"<s_h_ordernumber>",
"</s_h_ordernumber>",
"<s_h_taxrate2>",
"</s_h_taxrate2>",
"<s_h_taxamount2>",
"</s_h_taxamount2>",
"<s_h_taxbasisamount2>",
"</s_h_taxbasisamount2>",
"<s_h_deliverynotenumber>",
"</s_h_deliverynotenumber>",
"<s_h_web>",
"</s_h_web>",
"<s_h_recipientsalestaxid>",
"</s_h_recipientsalestaxid>",
"<s_h_paymentterms>",
"</s_h_paymentterms>",
"<s_h_discount>",
"</s_h_discount>",
"<s_h_contactperson>",
"</s_h_contactperson>",
"<s_h_bic>",
"</s_h_bic>",
"<s_h_taxrate3>",
"</s_h_taxrate3>",
"<s_h_taxamount3>",
"</s_h_taxamount3>",
"<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>"
}
|