How to use laquythang/c14ed31e-6e1f-42dc-94de-9ab5f0771acc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "laquythang/c14ed31e-6e1f-42dc-94de-9ab5f0771acc")
The community tab is the place to discuss and collaborate with the HF community!