How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("token-classification", model="pax-k/privacy-filter-mini2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification

tokenizer = AutoTokenizer.from_pretrained("pax-k/privacy-filter-mini2")
model = AutoModelForTokenClassification.from_pretrained("pax-k/privacy-filter-mini2", device_map="auto")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Token Classification

Validation Metrics

loss: 0.2570085823535919

precision: 0.758298755186722

recall: 0.78419452887538

f1: 0.7710292695789751

accuracy: 0.9033240375677148

Downloads last month
2
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for pax-k/privacy-filter-mini2

Quantized
(69)
this model