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