Instructions to use tsk-18/ft-google-gemma-2b-it-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tsk-18/ft-google-gemma-2b-it-qlora 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, "tsk-18/ft-google-gemma-2b-it-qlora") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
aea5024 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e6562914367ab4d707f5fbaba0c442459945c284fafe0fe3489c411cc3be553d
size 4272785368
|