TrOCR_small_german_handwritten / special_tokens_map.json
EpsilonGreedy's picture
Add missing processor config files (preprocessor_config.json, tokenizer files)
8a47330 verified
raw
history blame contribute delete
279 Bytes
{
"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>"
}