Instructions to use plotch/cartesian-alpha-tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use plotch/cartesian-alpha-tiny with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyLlama/TinyLlama_v1.1") model = PeftModel.from_pretrained(base_model, "plotch/cartesian-alpha-tiny") - Notebooks
- Google Colab
- Kaggle