Instructions to use bbytxt/8bda8736-cbac-4fc7-b910-7471dca0e5ee with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/8bda8736-cbac-4fc7-b910-7471dca0e5ee with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-9b-it") model = PeftModel.from_pretrained(base_model, "bbytxt/8bda8736-cbac-4fc7-b910-7471dca0e5ee") - Notebooks
- Google Colab
- Kaggle
Ctrl+K