daichira/structured-hard-sft-4k
Viewer • Updated • 4k • 55 • 1
How to use shinich001/qwen3-4b-h100-v5-hard-ep2 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, "shinich001/qwen3-4b-h100-v5-hard-ep2")This LoRA adapter is highly optimized for complex structured outputs (JSON/XML/YAML/CSV/TOML). Trained on H100 with a blend of two datasets (10k rows total) and heavily preprocessed to remove CoT traces and markdown artifacts.
Base model
Qwen/Qwen3-4B-Instruct-2507