How to use 1-lock/b53b32a3-20d6-4f6d-bf5d-f4833d13909e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B-Instruct") model = PeftModel.from_pretrained(base_model, "1-lock/b53b32a3-20d6-4f6d-bf5d-f4833d13909e")
The community tab is the place to discuss and collaborate with the HF community!