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: 132 Bytes
d40d2e9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:794cdeb0a7e0f04d8676f8e3ccccdc761d4fffb907aadac6abf29d2327f46e14
size 9022864
|