Token Classification
Transformers
ONNX
Safetensors
English
modernbert
privacy
pii
sheltron
Eval Results (legacy)
Instructions to use sheltron-ai/privacy-filter-ettin-32m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sheltron-ai/privacy-filter-ettin-32m with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sheltron-ai/privacy-filter-ettin-32m")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("sheltron-ai/privacy-filter-ettin-32m") model = AutoModelForTokenClassification.from_pretrained("sheltron-ai/privacy-filter-ettin-32m", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K