Text Generation
PEFT
Safetensors
French
English
medical
bilingual
french
english
dpo
lora
trl
unsloth
qwen3
conversational
Instructions to use Maphe/qwen3-1.7b-medical-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Maphe/qwen3-1.7b-medical-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3-1.7B-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Maphe/qwen3-1.7b-medical-finetuned") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop