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
Training in progress, step 70805
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 39256456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:110fc90ff7ab358cd0ed36011b124a9c7327368cc883d9f07338309058b1c4f8
|
| 3 |
size 39256456
|