File size: 793 Bytes
284878d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | {
"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": true,
"model_max_length": 14588,
"model_specific_special_tokens": {
"context_image_token": "<IMG_CONTEXT>",
"end_image_token": "</img>",
"start_image_token": "<img>",
"video_token": "<|video_pad|>"
},
"pad_token": "<|endoftext|>",
"padding_side": "right",
"processor_class": "InternVLProcessor",
"split_special_tokens": false,
"start_image_token": "<img>",
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null,
"video_token": "<|video_pad|>"
}
|