Token Classification
Transformers
Safetensors
openai_privacy_filter
pii
ner
privacy
redaction
multilingual
openmed
openai-privacy-filter
Instructions to use OpenMed/privacy-filter-multilingual with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use OpenMed/privacy-filter-multilingual with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="OpenMed/privacy-filter-multilingual")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("OpenMed/privacy-filter-multilingual") model = AutoModelForTokenClassification.from_pretrained("OpenMed/privacy-filter-multilingual") - Notebooks
- Google Colab
- Kaggle
Urdu Support
#1
by mahwizzzz - opened
Great work on this multilingual privacy filtering project. I work in low resource NLP especially Urdu LLMs and privacy related language processing you can find my work here https://huggingface.co/spaces/mahwizzzz/urdu-legal-privacy-filter If you're interested in improving Urdu support, evaluation, or datasets I'd be happy to contribute or collaborate.