How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD",
		"messages": [
			{
				"role": "user",
				"content": [
					{
						"type": "text",
						"text": "Describe this image in one sentence."
					},
					{
						"type": "image_url",
						"image_url": {
							"url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg"
						}
					}
				]
			}
		]
	}'
Use Docker
docker model run hf.co/YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD
Quick Links

Model Card for Model ID

This is a supervised finetuned version of Qwen/Qwen2.5-VL-7B-Instruct.

Model Details

Model Description

  • License: CC-BY-NC-4.0
  • Finetuned from model: Qwen/Qwen2.5-VL-7B-Instruct

Uses

Training Details

Training Data

The model is trained on the MedVision dataset. Specifically, this list defines the training data.

Training Procedure

  • 🌟 Blog: Supervised Fine-Tuning (SFT) for VLMs on Medical Image Data
  • 🧑🏻‍💻 Script: the training script handles dependencies installation, data processing, and SFT training.

Evaluation

See the angle/distance (A/D) measurement results for Qwen2.5VL (7B, SFT_{5K}) on the MedVision project page.

Citation

@misc{yao2025medvisiondatasetbenchmarkquantitative,
      title={MedVision: Dataset and Benchmark for Quantitative Medical Image Analysis}, 
      author={Yongcheng Yao and Yongshuo Zong and Raman Dutt and Yongxin Yang and Sotirios A Tsaftaris and Timothy Hospedales},
      year={2025},
      eprint={2511.18676},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2511.18676}, 
}
Downloads last month
3
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD

Merge model
this model

Dataset used to train YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD

Collection including YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD

Paper for YongchengYAO/MedVision__SFT-m__qwen25vl-7b__AD