donut-id-model-525-v1.0 / tokenizer_config.json
smartlensai
End of training
82994f4
raw
history blame contribute delete
No virus
531 Bytes
{
"bos_token": "<s>",
"cls_token": "<s>",
"eos_token": "</s>",
"mask_token": {
"__type": "AddedToken",
"content": "<mask>",
"lstrip": true,
"normalized": true,
"rstrip": false,
"single_word": false
},
"name_or_path": "/content/drive/MyDrive/work/idp/id-checkpoints/id-processor",
"pad_token": "<pad>",
"processor_class": "DonutProcessor",
"sep_token": "</s>",
"sp_model_kwargs": {},
"special_tokens_map_file": null,
"tokenizer_class": "XLMRobertaTokenizer",
"unk_token": "<unk>"
}