How to use stillerman/mtg-aurora 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/mtg-aurora")
The community tab is the place to discuss and collaborate with the HF community!