Instructions to use yashss/Phi-3-mini-128k-instruct_fineTuned_c4e18d4e-3885-445e-8714-27806494baf3 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_c4e18d4e-3885-445e-8714-27806494baf3 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_c4e18d4e-3885-445e-8714-27806494baf3") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
63e68fc | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:248b4ae78a2b3ade36f7d8c2bdf48856c49df3dbc1f2ab2d721c98a94ea6a086
size 5176
|