Views
No views yet
Qwen/Qwen3-VL-4B-Instruct and used in a two-step inference flow:YifanQiao/qwen3vl4b-hist-qa-checkpoint-723YifanQiao/histogram-vqa-demoadapter_model.safetensorsadapter_config.jsonprocessor_config.jsontokenizer.jsontokenizer_config.jsonchat_template.jinjaREADME.mddeploy_bundle/ directory so the deployed artifacts stay aligned with the notebook environment that produced the validated results:deploy_bundle/adapter_model.safetensors -> adapter_model.safetensorsdeploy_bundle/adapter_config.json -> adapter_config.jsondeploy_bundle/processor_config.json -> processor_config.jsondeploy_bundle/tokenizer.json -> tokenizer.jsondeploy_bundle/tokenizer_config.json -> tokenizer_config.jsondeploy_bundle/chat_template.jinja -> chat_template.jinjaQwen/Qwen3-VL-4B-InstructAutoProcessor.from_pretrained(<this-repo>)AutoModelForImageTextToText.from_pretrained("Qwen/Qwen3-VL-4B-Instruct")PeftModel.from_pretrained(base_model, <this-repo>)