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