Instructions to use AgamP/phi-2-PEFT-e5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AgamP/phi-2-PEFT-e5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-2") model = PeftModel.from_pretrained(base_model, "AgamP/phi-2-PEFT-e5") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e73e4a0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b8938a827c36ed7a09275370b4d9fde2482663f5910cc70c3e36f6c0d18dc5bc
size 4920
|