Instructions to use Maramdahmen/Gemma-9b-bnb-model-LF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Maramdahmen/Gemma-9b-bnb-model-LF with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/gemma-2-9b-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Maramdahmen/Gemma-9b-bnb-model-LF") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0f1bea8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d251dc94e1281f544aa0a8d20bca958c636f1a49ec8416c7fee0fb66344159b7
size 5624
|