Instructions to use plotch/cartesian-alpha with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use plotch/cartesian-alpha with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama-1.1B-Chat-v1.0") model = PeftModel.from_pretrained(base_model, "plotch/cartesian-alpha") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d40d2e9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:59d25dead8ee7ac0da4969f6724177bc7dc5dbe09cba6a2db65e7f38c7fba91e
size 5432
|