How to use Fischerboot/checkp-21-cal 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/checkp-21-cal")
The community tab is the place to discuss and collaborate with the HF community!