Instructions to use havinash-ai/7d68e859-8a3e-4096-ae8e-5d938eebb182 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/7d68e859-8a3e-4096-ae8e-5d938eebb182 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-7b-it") model = PeftModel.from_pretrained(base_model, "havinash-ai/7d68e859-8a3e-4096-ae8e-5d938eebb182") - Notebooks
- Google Colab
- Kaggle
Ctrl+K