Instructions to use kmd2525/qwen3-4b-structured-output-lora-v5.5C with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kmd2525/qwen3-4b-structured-output-lora-v5.5C with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "kmd2525/qwen3-4b-structured-output-lora-v5.5C") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
48cbe27 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fe6459bea6a56ed53d72dcd2ec64034a0ee5ae5401fa5750a7bc00ab8ff184f2
size 528550256
|