Instructions to use AdnanRiaz107/SFTCodePhi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdnanRiaz107/SFTCodePhi 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/SFTCodePhi") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
304adf7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c3b356e6a986cf99f82003f762d62ec7566b7030d5281ab75ee8d1b2b23179f0
size 50366280
|