Image-Text-to-Text
PEFT
Safetensors
English
lora
qwen2.5-vl
vision-language-model
medical
medical-vqa
chain-of-thought
reasoning
grpo
trl
conversational
Instructions to use researcher2026/OpenMedReason with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use researcher2026/OpenMedReason with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-VL-7B-Instruct") model = PeftModel.from_pretrained(base_model, "researcher2026/OpenMedReason") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
77c209a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a695d235928a965851a35ca2350983f8079aec638c6d7a0cc0547a2860bdd67f
size 11422159
|