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: 134 Bytes
3423a4b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5a0d07f1691121385b746a265e7f9fc996da65a7ae1e7f8e72f5094ee6ccb902
size 293669642
|