Token Classification
Transformers
Safetensors
English
deberta-v2
ner
phi
pii
privacy
healthcare
deidentification
security
compliance
synthetic-data
deberta-v3
Eval Results (legacy)
Instructions to use bharathjanumpally/phi-span-detector-deberta-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bharathjanumpally/phi-span-detector-deberta-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bharathjanumpally/phi-span-detector-deberta-v3")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bharathjanumpally/phi-span-detector-deberta-v3") model = AutoModelForTokenClassification.from_pretrained("bharathjanumpally/phi-span-detector-deberta-v3") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 83dc153 verified
Janumpally commited on
Initial PHI span detector (synthetic) f726e0a
Merge branch 'main' of https://huggingface.co/bharathja/phi-span-detector-deberta-v3 c394465
Bharath commited on
Initial PHI span detector (synthetic) 1783d53
Bharath commited on
initial commit 51cfcdd verified
Janumpally commited on