qwen3-4b-structured-output-lora-pre-study.1ya
15
license:apache-2.0
by
Orifusa
Language Model
OTHER
4B params
New
15 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
9GB+ RAM
Mobile
Laptop
Server
Quick Summary
AI model with specialized capabilities.
Device Compatibility
Mobile
4-6GB RAM
Laptop
16GB RAM
Server
GPU
Minimum Recommended
4GB+ RAM
Code Examples
Training Configurationpythontransformers
from transformers import AutoModelForCausalLM, AutoTokenizer
from peft import PeftModel
import torch
base = "unsloth/Qwen3-4B-Instruct-2507"
adapter = "Orifusa/qwen3-4b-structured-output-lora-pre-study.1ya"
tokenizer = AutoTokenizer.from_pretrained(base)
model = AutoModelForCausalLM.from_pretrained(
base,
torch_dtype=torch.float16,
device_map="auto",
)
model = PeftModel.from_pretrained(model, adapter)md
## Sources & License (IMPORTANT)
Training Data: u-10bei/structured_data_with_cot_dataset_512_v2
Dataset License: Creative Commons Attribution (CC-BY-4.0). This dataset is used and can be redistributed under the terms of the CC-BY-4.0 license.
Compliance: Users must comply with both the dataset's attribution requirements and the base model's original terms of use.Deploy This Model
Production-ready deployment in minutes
Together.ai
Instant API access to this model
Production-ready inference API. Start free, scale to millions.
Try Free APIReplicate
One-click model deployment
Run models in the cloud with simple API. No DevOps required.
Deploy NowDisclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.