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