How to use Dnsx077/6fc10b12-c44c-44da-91d8-853b763e84ff with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen2.5-3B") model = PeftModel.from_pretrained(base_model, "Dnsx077/6fc10b12-c44c-44da-91d8-853b763e84ff")