How to use Fischerboot/llama3-c1-full with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Essacheez/LLAMA3-8b-LIMA-Alpaca-style") model = PeftModel.from_pretrained(base_model, "Fischerboot/llama3-c1-full")
The community tab is the place to discuss and collaborate with the HF community!