Instructions to use havinash-ai/3cbee2fe-6e5f-43d7-93eb-21377bdf07ce with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use havinash-ai/3cbee2fe-6e5f-43d7-93eb-21377bdf07ce with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "havinash-ai/3cbee2fe-6e5f-43d7-93eb-21377bdf07ce") - Notebooks
- Google Colab
- Kaggle
Ctrl+K