Instructions to use ruru2701/finetunedGemma with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use ruru2701/finetunedGemma 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, "ruru2701/finetunedGemma") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0b00a5c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:49230eb9c174abd3274d84ae4651671a8e17f75cb24df84d2b7a1348bf8e7be8
size 39256456
|