Instructions to use aaurelions/phrase_keeper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aaurelions/phrase_keeper with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-4-mini-instruct") model = PeftModel.from_pretrained(base_model, "aaurelions/phrase_keeper") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
c5f7fcb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0d7f47443257fe193e8dcb1e6912235832f416fd25161c021f77cb63163cd44e
size 15524193
|