How to use stillerman/instruct-aurora-alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aurora-m/aurora-m-v0.1-biden-harris-redteamed") model = PeftModel.from_pretrained(base_model, "stillerman/instruct-aurora-alpaca")
The community tab is the place to discuss and collaborate with the HF community!