Instructions to use ibibek/stabilityai with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ibibek/stabilityai with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/tinyllama-bnb-4bit") model = PeftModel.from_pretrained(base_model, "ibibek/stabilityai") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d50c499 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:7709865271c8dbec4f7c77bd21ae8026289cb685b80ed9c9bd26dedbc3d4c7ac
size 4920
|