internvl3_5-v3 / tokenizer_config.json
pltops's picture
Upload tokenizer
59984a0 verified
Raw
History Blame Contribute Delete
810 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",
"extra_special_tokens": [
"<|im_end|>"
],
"is_local": false,
"local_files_only": false,
"model_max_length": 40960,
"model_specific_special_tokens": {
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"start_image_token": "<img>",
"video_token": "<video>"
},
"pad_token": "<|endoftext|>",
"padding_side": "left",
"processor_class": "InternVLProcessor",
"split_special_tokens": false,
"start_image_token": "<img>",
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null,
"video_token": "<video>"
}