Instructions to use roomnumber103/LLM-BOK-gemma2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use roomnumber103/LLM-BOK-gemma2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("google/gemma-2-2b-it") model = PeftModel.from_pretrained(base_model, "roomnumber103/LLM-BOK-gemma2") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
700dc02 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:abd905f70a0604065e2115e2e99a985ae7f6c42a528cb9e0ac42c1178c6fc151
size 34362971
|