Instructions to use stillerman/mtg-aurora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use stillerman/mtg-aurora 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/mtg-aurora") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
b0e671b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c37fca5e126bc92ff812bcd1c1e91c0469abc9b1037974abb90735c65d62f1af
size 1429029714
|