Instructions to use AdnanRiaz107/CodePhi-3-mini-128k-instruct-appsloraN1.5k 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-appsloraN1.5k 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-appsloraN1.5k") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
f4429a2 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f7066aa45ba4e923ea157e04280e54b7bd8cb2953a982039f4b2c4efbd903ac1
size 4920
|