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
feat: add adapter_model.safetensors
Browse files
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dde0fd75c3a0c790a36666135afbd087053355d55226d5c6c3a0b0070c7a80db
|
| 3 |
+
size 116429720
|