minivlm / config.json
yjj23's picture
Initial model upload
d04461f verified
raw
history blame
289 Bytes
{
"architectures": [
"VLM"
],
"freeze_vision_model": true,
"image_pad_num": 49,
"llm_model_id": "Qwen/Qwen2.5-0.5B-Instruct",
"model_type": "vlm_model",
"torch_dtype": "float32",
"transformers_version": "4.51.2",
"vision_model_id": "google/siglip-base-patch16-224"
}