Instructions to use baebee/Porpoise-13b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use baebee/Porpoise-13b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-hf") model = PeftModel.from_pretrained(base_model, "baebee/Porpoise-13b") - Notebooks
- Google Colab
- Kaggle
Commit ·
a93bdee
1
Parent(s): 7a53b71
Librarian Bot: Add base_model information to model (#1)
Browse files- Librarian Bot: Add base_model information to model (56fc7663d8492b05e3210d606cafa9d6bb50dbef)
Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>