De-emphasize specific architecture names in prose
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
tags: [pii, redaction,
|
| 4 |
---
|
| 5 |
|
| 6 |
# eka-pii-redaction model weights
|
|
@@ -10,12 +10,12 @@ Single repo holding the models used by the Eka-PII-redactors GitHub repo
|
|
| 10 |
can use the Eka-PII-redactors repo directly to use these models — it has
|
| 11 |
the library, a Docker image, and a FastAPI server.
|
| 12 |
|
| 13 |
-
- `image/layoutlmv3/` —
|
| 14 |
images** (47 categories), run on Tesseract OCR words.
|
| 15 |
-
- `image/yolo/best.pt` —
|
| 16 |
seal/stamp, QR/barcode, face photo, fingerprint, logo).
|
| 17 |
-
- `text/minilm/` —
|
| 18 |
-
text** (no image, no OCR).
|
| 19 |
|
| 20 |
**Try it live:** [ekacare/pii-redactor-demo](https://huggingface.co/spaces/ekacare/pii-redactor-demo)
|
| 21 |
— upload a document image or paste text and see detection + redaction run
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
tags: [pii, redaction, document-ai]
|
| 4 |
---
|
| 5 |
|
| 6 |
# eka-pii-redaction model weights
|
|
|
|
| 10 |
can use the Eka-PII-redactors repo directly to use these models — it has
|
| 11 |
the library, a Docker image, and a FastAPI server.
|
| 12 |
|
| 13 |
+
- `image/layoutlmv3/` — a text-in-image classifier for **text PII in
|
| 14 |
images** (47 categories), run on Tesseract OCR words.
|
| 15 |
+
- `image/yolo/best.pt` — a detector for **visual entities** (signature,
|
| 16 |
seal/stamp, QR/barcode, face photo, fingerprint, logo).
|
| 17 |
+
- `text/minilm/` — a lightweight multilingual classifier for **PII in
|
| 18 |
+
plain text** (no image, no OCR).
|
| 19 |
|
| 20 |
**Try it live:** [ekacare/pii-redactor-demo](https://huggingface.co/spaces/ekacare/pii-redactor-demo)
|
| 21 |
— upload a document image or paste text and see detection + redaction run
|