CoolFace
Modelpublic

optimum-intel-internal-testing/tiny-doc-qa-vision-encoder-decoder

sourceHugging Facemitupdated 11mo agoView on Hugging Face
0likes65downloads
tokenizer_config.json22 linesDownload Raw Back to root
1{2  "bos_token": "<s>",3  "clean_up_tokenization_spaces": true,4  "cls_token": "<s>",5  "eos_token": "</s>",6  "mask_token": {7    "__type": "AddedToken",8    "content": "<mask>",9    "lstrip": true,10    "normalized": true,11    "rstrip": false,12    "single_word": false13  },14  "model_max_length": 1000000000000000019884624838656,15  "pad_token": "<pad>",16  "processor_class": "DonutProcessor",17  "sep_token": "</s>",18  "sp_model_kwargs": {},19  "tokenizer_class": "XLMRobertaTokenizer",20  "unk_token": "<unk>"21}22