How to use Edens-Gate/phi4-pt-out-r1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth_phi-4") model = PeftModel.from_pretrained(base_model, "Edens-Gate/phi4-pt-out-r1")
The community tab is the place to discuss and collaborate with the HF community!