tiny-random-QianfanOCRModel / tokenizer_config.json
hf-transformers-bot's picture
Update tiny models for QianfanOCRModel
62a5acf verified
Raw
History Blame Contribute Delete
635 Bytes
{
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": true,
"local_files_only": false,
"model_max_length": 1010000,
"model_specific_special_tokens": {
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"start_image_token": "<img>"
},
"pad_token": "<|endoftext|>",
"split_special_tokens": false,
"start_image_token": "<img>",
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}