Instructions to use rk68/phi-1_5-LL144-2e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rk68/phi-1_5-LL144-2e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "rk68/phi-1_5-LL144-2e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K