Instructions to use bbytxt/5c740bc4-3fc5-4232-9a6e-9c22c784a43e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bbytxt/5c740bc4-3fc5-4232-9a6e-9c22c784a43e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "bbytxt/5c740bc4-3fc5-4232-9a6e-9c22c784a43e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K