Update README.md
Browse files
README.md
CHANGED
|
@@ -22,8 +22,6 @@ Span-level **Korean PII detection**, fine-tuned from
|
|
| 22 |
character-offset spans and is trained for **multi-domain** Korean coverage
|
| 23 |
(conversational, news, and a range of document domains).
|
| 24 |
|
| 25 |
-
Standard `XLMRobertaForTokenClassification` — loads with stock `transformers`, no custom
|
| 26 |
-
architecture, no source builds.
|
| 27 |
|
| 28 |
**[Open PII Notebook](https://huggingface.co/FrameByFrame/korean-pii-e5-base/blob/main/pii_demo.ipynb)** — load the model and redact Korean PII interactively.
|
| 29 |
|
|
@@ -61,9 +59,6 @@ normalization (see `extract_pii` below).
|
|
| 61 |
| `private_date` | 0.980 | | `personal_handle` | 0.863 |
|
| 62 |
| `private_phone` | 0.993 | | | |
|
| 63 |
|
| 64 |
-
Cross-domain person recognition on **real Korean news** improved from **0.62 → 0.87**
|
| 65 |
-
(recall 0.50 → 0.92) by training on multiple Korean domains — the model is not bound to
|
| 66 |
-
a single text style.
|
| 67 |
|
| 68 |
## Quick Start
|
| 69 |
|
|
|
|
| 22 |
character-offset spans and is trained for **multi-domain** Korean coverage
|
| 23 |
(conversational, news, and a range of document domains).
|
| 24 |
|
|
|
|
|
|
|
| 25 |
|
| 26 |
**[Open PII Notebook](https://huggingface.co/FrameByFrame/korean-pii-e5-base/blob/main/pii_demo.ipynb)** — load the model and redact Korean PII interactively.
|
| 27 |
|
|
|
|
| 59 |
| `private_date` | 0.980 | | `personal_handle` | 0.863 |
|
| 60 |
| `private_phone` | 0.993 | | | |
|
| 61 |
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
## Quick Start
|
| 64 |
|