donut-base-exp-sroie / special_tokens_map.json
tanner-next's picture
End of training
fcac1ef
raw
history blame contribute delete
639 Bytes
{
"additional_special_tokens": [
"<s_timestamp>",
"</s_timestamp>",
"<s_shipLine>",
"</s_shipLine>",
"<s_containerNumber>",
"</s_containerNumber>",
"<s_chassisNumber>",
"</s_chassisNumber>",
"<s_pickupLocation>",
"</s_pickupLocation>",
"<s_deliveryLocation>",
"</s_deliveryLocation>",
"<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>"
}