Instructions to use havinash-ai/1b85331b-b626-4786-89a2-f256e4d3f5e3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/1b85331b-b626-4786-89a2-f256e4d3f5e3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-1.7B-Instruct") model = PeftModel.from_pretrained(base_model, "havinash-ai/1b85331b-b626-4786-89a2-f256e4d3f5e3") - Notebooks
- Google Colab
- Kaggle
Ctrl+K