Update README.md
Browse files
README.md
CHANGED
@@ -1,49 +1,49 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
-
|
5 |
language:
|
6 |
-
|
7 |
tags:
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
model-index:
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
metrics:
|
42 |
- f1
|
43 |
- precision
|
44 |
- recall
|
45 |
library_name: transformers
|
46 |
pipeline_tag: token-classification
|
|
|
|
|
47 |
---
|
48 |
|
49 |
|
@@ -115,4 +115,4 @@ This model card details the evaluation metrics and fine-tuning parameters for th
|
|
115 |
|
116 |
---
|
117 |
|
118 |
-
*Ai4Privacy – Committed to protecting personal data in the age of AI.*
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
datasets:
|
4 |
+
- ai4privacy/open-pii-masking-500k-ai4privacy
|
5 |
language:
|
6 |
+
- en
|
7 |
tags:
|
8 |
+
- pii
|
9 |
+
- redaction
|
10 |
+
- anonymisation
|
11 |
+
- english
|
12 |
+
- Pytorch
|
13 |
+
- legal liability
|
14 |
+
- transformers
|
15 |
+
- transformers.js
|
|
|
16 |
model-index:
|
17 |
+
- name: english-anonymiser-openpii-ai4privacy
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: token-classification
|
21 |
+
name: PII Masking
|
22 |
+
dataset:
|
23 |
+
type: ai4privacy/open-pii-masking-500k-ai4privacy
|
24 |
+
name: Open PII Masking 500K
|
25 |
+
split: english-validation
|
26 |
+
metrics:
|
27 |
+
- type: f1
|
28 |
+
value: 0.9882
|
29 |
+
name: F1 Score
|
30 |
+
- type: precision
|
31 |
+
value: 0.9882
|
32 |
+
name: Precision
|
33 |
+
- type: recall
|
34 |
+
value: 0.9883
|
35 |
+
name: Recall
|
36 |
+
- type: accuracy
|
37 |
+
value: 0.9917
|
38 |
+
name: Accuracy
|
|
|
39 |
metrics:
|
40 |
- f1
|
41 |
- precision
|
42 |
- recall
|
43 |
library_name: transformers
|
44 |
pipeline_tag: token-classification
|
45 |
+
base_model:
|
46 |
+
- answerdotai/ModernBERT-base
|
47 |
---
|
48 |
|
49 |
|
|
|
115 |
|
116 |
---
|
117 |
|
118 |
+
*Ai4Privacy – Committed to protecting personal data in the age of AI.*
|