Instructions to use stillerman/instruct-aurora-alpaca with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use stillerman/instruct-aurora-alpaca with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("aurora-m/aurora-m-v0.1-biden-harris-redteamed") model = PeftModel.from_pretrained(base_model, "stillerman/instruct-aurora-alpaca") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
9383522 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6324ab47a2f7814ff081bce00c97940e32d8c8d150c92d10bae06c3b9b8a26ae
size 1429029714
|