Instructions to use kk-aivio/3dda00c4-b63b-4e2f-bf31-2c3d0df39a21 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kk-aivio/3dda00c4-b63b-4e2f-bf31-2c3d0df39a21 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "kk-aivio/3dda00c4-b63b-4e2f-bf31-2c3d0df39a21") - Notebooks
- Google Colab
- Kaggle
Ctrl+K