Instructions to use Edens-Gate/phi4-pt-out-r1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
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") - Notebooks
- Google Colab
- Kaggle