donut-base-sroie / special_tokens_map.json
JandC's picture
End of training
cdf3cc0
raw history blame
No virus
266 Bytes
{
"additional_special_tokens": [
"<s_iitcdip>",
"<s_synthdog>",
"</s>",
"<s>"
],
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": "<mask>",
"pad_token": "<pad>",
"sep_token": "</s>",
"unk_token": "<unk>"
}