How to use ToastyPigeon/sparkly-3.2-train 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, "ToastyPigeon/sparkly-3.2-train")
The community tab is the place to discuss and collaborate with the HF community!