Instructions to use nbeerbower/Qwen3.6-27B-delegation-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nbeerbower/Qwen3.6-27B-delegation-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("nbeerbower/Qwen3.6-27B-TIES") model = PeftModel.from_pretrained(base_model, "nbeerbower/Qwen3.6-27B-delegation-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ec9bcea | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:491160a113b8a64a28cd4ba9fcc27ac65d375aca4b76d59ba9f6324271910cdc
size 637610624
|