Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Shield 82M
|
| 2 |
Welcome to Shield 82M, a model designed to filter PII out of texts in any language.
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- ai4privacy/pii-masking-200k
|
| 4 |
+
base_model:
|
| 5 |
+
- distilbert/distilroberta-base
|
| 6 |
+
pipeline_tag: token-classification
|
| 7 |
+
tags:
|
| 8 |
+
- distil
|
| 9 |
+
- pii
|
| 10 |
+
- security
|
| 11 |
+
- shield
|
| 12 |
+
- small
|
| 13 |
+
- cpu
|
| 14 |
+
- fast
|
| 15 |
+
- open
|
| 16 |
+
- open-source
|
| 17 |
+
- lh-tech
|
| 18 |
+
- bert
|
| 19 |
+
- roberta
|
| 20 |
+
---
|
| 21 |
# Shield 82M
|
| 22 |
Welcome to Shield 82M, a model designed to filter PII out of texts in any language.
|
| 23 |
|