Instructions to use johngreendr1/a1a4ee41-541c-4d00-90fd-546d96095c2d with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use johngreendr1/a1a4ee41-541c-4d00-90fd-546d96095c2d 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, "johngreendr1/a1a4ee41-541c-4d00-90fd-546d96095c2d") - Notebooks
- Google Colab
- Kaggle
Ctrl+K