Instructions to use morizon/qwen3-4b-structured-output-lora_0702_run_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use morizon/qwen3-4b-structured-output-lora_0702_run_1 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, "morizon/qwen3-4b-structured-output-lora_0702_run_1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b853027 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:612b4663998e14a1b9738a7579bf1deb4c6998a2166d406e65a2a409673ee8ef
size 528550256
|