Instructions to use morizon/qwen3-4b-structured-output-lora_0707_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_0707_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_0707_run_1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
4aa67f2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3fc18e6f391add20dea6344dfaa712eb8e6379992681b8be448db4982e502ee7
size 528550256
|