Instructions to use ayaanhashim/gemma-vault-medium-15-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ayaanhashim/gemma-vault-medium-15-3 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b-it") model = PeftModel.from_pretrained(base_model, "ayaanhashim/gemma-vault-medium-15-3") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
af17463 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:58fe450538924c883325d51178a09dba02ba8401fe6b830faf1ff7e23082ab6f
size 313820248
|