Instructions to use error577/6a592a8f-5e2d-4c7c-82c1-7580802ce941 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use error577/6a592a8f-5e2d-4c7c-82c1-7580802ce941 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, "error577/6a592a8f-5e2d-4c7c-82c1-7580802ce941") - Notebooks
- Google Colab
- Kaggle
Ctrl+K