Instructions to use pii-engineer/PII-Engineer-Multi-NER-v2.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- GLiNER
How to use pii-engineer/PII-Engineer-Multi-NER-v2.1 with GLiNER:
from gliner import GLiNER model = GLiNER.from_pretrained("pii-engineer/PII-Engineer-Multi-NER-v2.1") - Notebooks
- Google Colab
- Kaggle
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -143,7 +143,6 @@ huggingface-cli download pii-engineer/PII-Engineer-Chinese-NER-v1.0 --local-dir
|
|
| 143 |
- **Data anonymization** — redact PII before sharing datasets
|
| 144 |
- **CI/CD scanning** — catch leaked PII in code and configs
|
| 145 |
- **Chat/support data** — clean PII from customer interactions
|
| 146 |
-
- **Healthcare** — detect PHI in clinical notes
|
| 147 |
|
| 148 |
## License
|
| 149 |
|
|
|
|
| 143 |
- **Data anonymization** — redact PII before sharing datasets
|
| 144 |
- **CI/CD scanning** — catch leaked PII in code and configs
|
| 145 |
- **Chat/support data** — clean PII from customer interactions
|
|
|
|
| 146 |
|
| 147 |
## License
|
| 148 |
|