SFT-Qwen-SEA-LION-v4-8B-VL
Collection
8 items • Updated • 1
LoRA adapter for Qwen-SEA-LION-v4-8B-VL fine-tuned on the MRI (Magnetic Resonance Imaging) modality from the OmniMedVQA dataset.
from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
from peft import PeftModel
base_model = Qwen3VLForConditionalGeneration.from_pretrained(
"aisingapore/Qwen-SEA-LION-v4-8B-VL",
torch_dtype="bfloat16",
device_map="auto",
)
model = PeftModel.from_pretrained(base_model, "aagdeyogipramana/SFT-Qwen-SEA-LION-v4-8B-VL-MRI")
processor = AutoProcessor.from_pretrained("aagdeyogipramana/SFT-Qwen-SEA-LION-v4-8B-VL-MRI")
@article{lai2025med,
title={Med-R1: Reinforcement Learning for Generalizable Medical Reasoning in Vision-Language Models},
author={Lai, Yuxiang and Zhong, Jike and Li, Ming and Zhao, Shitian and Yang, Xiaofeng},
journal={arXiv preprint arXiv:2503.13939},
year={2025}
}
Base model
Qwen/Qwen3-VL-8B-Instruct