Instructions to use rocker417/gemma-2-2b-pii-binary-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rocker417/gemma-2-2b-pii-binary-classifier with Transformers:
# Load model directly from transformers import AutoTokenizer, GemmaForBinaryClassification tokenizer = AutoTokenizer.from_pretrained("rocker417/gemma-2-2b-pii-binary-classifier") model = GemmaForBinaryClassification.from_pretrained("rocker417/gemma-2-2b-pii-binary-classifier") - Notebooks
- Google Colab
- Kaggle