Instructions to use dzanbek/9ed1b4db-6ea4-42ca-8053-0c2dabf620dc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/9ed1b4db-6ea4-42ca-8053-0c2dabf620dc with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama") model = PeftModel.from_pretrained(base_model, "dzanbek/9ed1b4db-6ea4-42ca-8053-0c2dabf620dc") - Notebooks
- Google Colab
- Kaggle