Instructions to use desert-ant-labs/redact with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- LiteRT
How to use desert-ant-labs/redact with LiteRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Coverage reads 27 languages
Browse files
README.md
CHANGED
|
@@ -45,7 +45,7 @@ pipeline_tag: token-classification
|
|
| 45 |
# redact: on-device multilingual PII redaction
|
| 46 |
|
| 47 |
Detects and redacts personal data (names, addresses, emails, phone numbers,
|
| 48 |
-
cards, IBANs, national IDs and more) in text across **
|
| 49 |
(see [Languages](#languages)). A BIOES token classifier plus a portable, dependency-free
|
| 50 |
deterministic layer for structured IDs. The deployable model is **~11.6 MB**
|
| 51 |
(4-bit Core ML on Apple) or **~24.5 MB** (int8 LiteRT `.tflite` on Android, Linux
|
|
@@ -129,7 +129,7 @@ covers one of the 27 languages listed below.
|
|
| 129 |
|
| 130 |
## Languages
|
| 131 |
|
| 132 |
-
**27 languages**:
|
| 133 |
Latin, Greek and Cyrillic scripts.
|
| 134 |
|
| 135 |
### The 24 EU languages
|
|
|
|
| 45 |
# redact: on-device multilingual PII redaction
|
| 46 |
|
| 47 |
Detects and redacts personal data (names, addresses, emails, phone numbers,
|
| 48 |
+
cards, IBANs, national IDs and more) in text across **27 languages**
|
| 49 |
(see [Languages](#languages)). A BIOES token classifier plus a portable, dependency-free
|
| 50 |
deterministic layer for structured IDs. The deployable model is **~11.6 MB**
|
| 51 |
(4-bit Core ML on Apple) or **~24.5 MB** (int8 LiteRT `.tflite` on Android, Linux
|
|
|
|
| 129 |
|
| 130 |
## Languages
|
| 131 |
|
| 132 |
+
**27 languages**: every official EU language, plus 3 more.
|
| 133 |
Latin, Greek and Cyrillic scripts.
|
| 134 |
|
| 135 |
### The 24 EU languages
|