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