How to use Fischerboot/C1-test-full with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Fischerboot/ll3-c3-merged") model = PeftModel.from_pretrained(base_model, "Fischerboot/C1-test-full")
The community tab is the place to discuss and collaborate with the HF community!