Instructions to use Surabhi-K/phi3_7epochs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Surabhi-K/phi3_7epochs 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, "Surabhi-K/phi3_7epochs") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
ca7f6a6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6617a36d7f6377a95e0052d283b7db56c87819bf26b1d69bc556e14cf266325f
size 4728
|