Token Classification
Transformers
TensorBoard
Safetensors
English
bert
PII
NER
Bert
Token Classification
Eval Results (legacy)
Instructions to use ab-ai/pii_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ab-ai/pii_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ab-ai/pii_model")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ab-ai/pii_model") model = AutoModelForTokenClassification.from_pretrained("ab-ai/pii_model") - Notebooks
- Google Colab
- Kaggle
Dataset used to test the model
#6 opened 9 months ago
by
qoobeeshy
Train data structure
3
#5 opened almost 2 years ago
by
ankitcodes
Download Dataset with Comprehensive Labels(43K Samples)
3
#4 opened almost 2 years ago
by
ab-ai
please share the data labelling task for this model to enhance its performance
9
#3 opened about 2 years ago
by
DibyajitNZ
Improved Model Performance
#2 opened about 2 years ago
by
ab-ai
Seeking Suggestions and Feedback on My PII Detection Model
2
#1 opened about 2 years ago
by
ab-ai