Text Generation
PEFT
Safetensors
English
Spanish
oncology
medical
lora
qwen3
amd
rocm
mi300x
clinical
fine-tuned
conversational
Instructions to use MaximoLopezChenlo/OncoAgent-v1.0-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use MaximoLopezChenlo/OncoAgent-v1.0-9B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3.5-9B") model = PeftModel.from_pretrained(base_model, "MaximoLopezChenlo/OncoAgent-v1.0-9B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K