donut-receipt-lora-testing / special_tokens_map.json
muhammadummerrr's picture
Upload fine-tuned Donut base with LoRA
24a6a4a verified
{
"additional_special_tokens": [
"<s_Geburtsdatum>",
"</s_Geburtsdatum>",
"<s_Straße>",
"</s_Straße>",
"<s_Stadt>",
"</s_Stadt>",
"<s_Name>",
"</s_Name>",
"<s_Stpfl. Brutto>",
"</s_Stpfl. Brutto>",
"<s_Summe Nettobez\\u00fcge>",
"</s_Summe Nettobez\\u00fcge>",
"<s_Netto-Verdienst>",
"</s_Netto-Verdienst>",
"<s_Gesamt-Brutto>",
"</s_Gesamt-Brutto>",
"<s_Gesamtbrutto>",
"</s_Gesamtbrutto>",
"<s_Gesetzl. Netto>",
"</s_Gesetzl. Netto>",
"<s>",
"</s>"
],
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"cls_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"mask_token": {
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "<pad>",
"sep_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}