Instructions to use dzanbek/30194f77-46c4-4597-9898-36b602b79f89 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use dzanbek/30194f77-46c4-4597-9898-36b602b79f89 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "dzanbek/30194f77-46c4-4597-9898-36b602b79f89") - Notebooks
- Google Colab
- Kaggle
Ctrl+K