Instructions to use thenlpresearcher/gemma_sequence_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thenlpresearcher/gemma_sequence_classification with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("google/gemma-2-9b") model = PeftModel.from_pretrained(base_model, "thenlpresearcher/gemma_sequence_classification") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9c49679 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8052771389114148da002573e3635b3eec11b508c9ee48057908c2d2e0d2af3e
size 5240
|