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