Instructions to use uam-rl/qwen35-9b-muon-lora-r16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use uam-rl/qwen35-9b-muon-lora-r16 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, "uam-rl/qwen35-9b-muon-lora-r16") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b6a4664 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59dbdc65433a11d1ac5e1c50b7bdd6f0ef8b291cdf8f072dc0c7a24b2630f8d8
size 173181072
|