Instructions to use chaley22/gemma-captioning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chaley22/gemma-captioning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2b") model = PeftModel.from_pretrained(base_model, "chaley22/gemma-captioning") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8bd8f63 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a684e4110d913c723e903e5f19d6458c54cb90cc5c1fdd1f7603e9c607223b2e
size 5176
|