Instructions to use yashss/Phi-3-mini-128k-instruct_fineTuned_990c2ab8-cbe4-43e2-8833-1d982f8fa998 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yashss/Phi-3-mini-128k-instruct_fineTuned_990c2ab8-cbe4-43e2-8833-1d982f8fa998 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct") model = PeftModel.from_pretrained(base_model, "yashss/Phi-3-mini-128k-instruct_fineTuned_990c2ab8-cbe4-43e2-8833-1d982f8fa998") - Notebooks
- Google Colab
- Kaggle