sungjun12 commited on
Commit
6f4e97c
·
verified ·
1 Parent(s): 33ccb5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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**. It detects and masks 14 common types of Korean PII entities.
 
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.