https://github.com/philterd/pii-models
AI/NLP models for identifying PII/PHI in text for use with Phileas and Philter
https://github.com/philterd/pii-models
ai deidentification filtering models phi pii redaction
Last synced: about 1 month ago
JSON representation
AI/NLP models for identifying PII/PHI in text for use with Phileas and Philter
- Host: GitHub
- URL: https://github.com/philterd/pii-models
- Owner: philterd
- Created: 2024-09-13T13:08:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T16:54:56.000Z (6 months ago)
- Last Synced: 2025-02-13T09:53:42.720Z (3 months ago)
- Topics: ai, deidentification, filtering, models, phi, pii, redaction
- Homepage: https://www.philterd.ai
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PII Models
The models described and contained in this repository are for use with [Phileas](https://github.com/philterd/phileas) and [Philter](https://github.com/philterd/philter). These models provide the ability to identify personally identifiable information (PII) and protected health information (PHI) in text. Refer to the description of each model for the type(s) of information supported by each model.
## About these Models
These models were created with the intention they could apply to a wide variety of use-cases for a general audience. If your use-case is very specific you may benefit from models trained directly on your data. Please contact us if this is the case.
## Available Models
| Model Name | Model Description | Filter Type | Model Version | License | Download |
|------------|-------------------|------|---|-------------|----------|
| `general` | This model was trained on many types of text to be applicable to the most use-cases. | [Persons' Names (NER)](https://github.com/philterd/phileas/blob/main/docs/FilterPolicies/Filters/PersonsNames/Filters-PersonsNamesNER.md) | 3.0 | Apache License, version 2 | [Download](https://files.philterd.ai/models/general-3.0-with-base-model.zip) |
| `general-lite` | This model is similar to `general-lite` but with a smaller footprint. It was created to give good accuracy with a smaller size. | [Persons' Names (NER)](https://github.com/philterd/phileas/blob/main/docs/FilterPolicies/Filters/PersonsNames/Filters-PersonsNamesNER.md) | 3.0 | Apache License, version 2 | [Download](https://files.philterd.ai/models/general-lite-3.0-with-base-model.zip) |
| | | | | |## License
Please refer to the license(s) associated with each model in the table above.
Copyright 2024 Philterd, LLC.