u-10bei/structured_data_with_cot_dataset_512_v2
Viewer • Updated • 3.93k • 31 • 1
How to use Sunf87394/Qwen3-4B-QLoRA-260301 with PEFT:
from peft import PeftModel
from transformers import AutoModelForCausalLM
base_model = AutoModelForCausalLM.from_pretrained("sbintuitions/sarashina2.2-0.5b")
model = PeftModel.from_pretrained(base_model, "Sunf87394/Qwen3-4B-QLoRA-260301")Base model
Qwen/Qwen3-4B-Instruct-2507