How to use juvi21/austral-proto with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Gryphe/Codex-24B-Small-3.2") model = PeftModel.from_pretrained(base_model, "juvi21/austral-proto")
The community tab is the place to discuss and collaborate with the HF community!