VLM2Vec-LLaVa-Next-vllm / processor_config.json
zifeitong's picture
Add tokenizer and processor configs
7811d40
raw
history blame contribute delete
176 Bytes
{
"image_token": "<image>",
"num_additional_image_tokens": 1,
"patch_size": 14,
"processor_class": "LlavaNextProcessor",
"vision_feature_select_strategy": "default"
}