u-10bei/structured_data_with_cot_dataset_512_v2
Viewer • Updated • 3.93k • 55 • 1
How to use FumihiroToko/qwen3-4b-structeval-day8-clean 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, "FumihiroToko/qwen3-4b-structeval-day8-clean")This adapter is fine-tuned from Qwen3-4B using Unsloth (QLoRA). Day 8 Special: Trained with strict data cleaning to remove markdown blocks.
See base model instructions.
Base model
Qwen/Qwen3-4B-Instruct-2507