Instructions to use zera09/gemma_classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zera09/gemma_classifier 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, "zera09/gemma_classifier") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
2e3d56a | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c06be3e730e85a25f55fec40d777a827f03983b378edfaca73378f9aa018d036
size 17518624
|