donut-base-sroie2 / special_tokens_map.json
sreejith8100's picture
End of training
42ef2e3
{
"additional_special_tokens": [
"<s_iitcdip>",
"<s_synthdog>",
"<s_mother_name>",
"<s_father_name>",
"<s_first_name>",
"</s>",
"<s_random_number>",
"<s_place_of_birth>",
"</s_address>",
"</s_mother_name>",
"</s_random_number>",
"<s_title>",
"</s_first_name>",
"<s_last_name>",
"</s_title>",
"</s_father_name>",
"<s_address>",
"<s>",
"</s_last_name>",
"</s_place_of_birth>"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}