Update README.md
Browse files
README.md
CHANGED
|
@@ -5,7 +5,8 @@
|
|
| 5 |
|
| 6 |
## Overview
|
| 7 |
|
| 8 |
-
BERT-based token classification model specialized for **Korean Personally Identifiable Information (PII) masking**.
|
|
|
|
| 9 |
|
| 10 |
For best accuracy in production, **strongly recommended**: use a **hybrid approach**
|
| 11 |
(pre-processing → model inference → post-processing (Regex and rule based) rather than the model alone.
|
|
|
|
| 5 |
|
| 6 |
## Overview
|
| 7 |
|
| 8 |
+
BERT-based token classification model specialized for **Korean Personally Identifiable Information (PII) masking**.
|
| 9 |
+
It detects and masks 14 common types of Korean PII entities.
|
| 10 |
|
| 11 |
For best accuracy in production, **strongly recommended**: use a **hybrid approach**
|
| 12 |
(pre-processing → model inference → post-processing (Regex and rule based) rather than the model alone.
|