Instructions to use yashss/Phi-3-mini-128k-instruct_fineTuned_e3e37806-f74c-4b5f-9ceb-496f9f46a74f 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_e3e37806-f74c-4b5f-9ceb-496f9f46a74f 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_e3e37806-f74c-4b5f-9ceb-496f9f46a74f") - Notebooks
- Google Colab
- Kaggle