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
|
@@ -145,17 +145,6 @@ huggingface-cli download pii-engineer/PII-Engineer-Chinese-NER-v1.0 --local-dir
|
|
| 145 |
- **Chat/support data** — clean PII from customer interactions
|
| 146 |
- **Healthcare** — detect PHI in clinical notes
|
| 147 |
|
| 148 |
-
## GitHub Action
|
| 149 |
-
|
| 150 |
-
Scan your codebase for PII in CI/CD:
|
| 151 |
-
|
| 152 |
-
```yaml
|
| 153 |
-
- uses: gantz-ai/pii.engineer@v1.0.1
|
| 154 |
-
with:
|
| 155 |
-
path: "src/"
|
| 156 |
-
fail_on_pii: "true"
|
| 157 |
-
```
|
| 158 |
-
|
| 159 |
## License
|
| 160 |
|
| 161 |
AGPL-3.0 — free for open-source use. Commercial license available at [pii.engineer](https://pii.engineer).
|
|
|
|
| 145 |
- **Chat/support data** — clean PII from customer interactions
|
| 146 |
- **Healthcare** — detect PHI in clinical notes
|
| 147 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
## License
|
| 149 |
|
| 150 |
AGPL-3.0 — free for open-source use. Commercial license available at [pii.engineer](https://pii.engineer).
|