Instructions to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-appslora2k3264 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-appslora2k3264 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, "AdnanRiaz107/CodePhi-3-mini-128k-instruct-appslora2k3264") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fe5f4f3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c787a6e33cf139ff81b5439a4b1025af017bbf020cffe688794efec9f5833b26
size 4920
|