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