MikeDoes commited on
Commit
61ebc6a
·
verified ·
1 Parent(s): e47099a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -7
README.md CHANGED
@@ -11,7 +11,28 @@ tags:
11
  - english
12
  model-index:
13
  - name: english-anonymiser-openpii-ai4privacy
14
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  metrics:
16
  - f1
17
  - precision
@@ -58,17 +79,15 @@ The table below summarizes the detailed evaluation results per PII label:
58
  | ZIPCODE | 418 | 0 | 8 | 98.12% | 100.0% | 98.12% | 99.05% |
59
 
60
  **Overall Evaluation:**
61
-
62
- - **Total True Positives (TP):** 30,848
63
- - **Total False Positives (FP):** 368
64
- - **Total False Negatives (FN):** 366
65
-
66
- **Micro-Averaged Metrics:**
67
  - **Accuracy:** 99.17%
68
  - **Precision:** 98.82%
69
  - **Recall:** 98.83%
70
  - **F1 Score:** 98.82%
71
 
 
 
 
 
72
  **Macro-Averaged Metrics:**
73
  - **Accuracy:** 98.56%
74
  - **Precision:** 95.24%
 
11
  - english
12
  model-index:
13
  - name: english-anonymiser-openpii-ai4privacy
14
+ results:
15
+ - task:
16
+ type: token-classification
17
+ name: PII Masking
18
+ dataset:
19
+ type: ai4privacy/open-pii-masking-500k-ai4privacy
20
+ name: Open PII Masking 500K
21
+ split: test
22
+ metrics:
23
+ - type: f1
24
+ value: 0.9882
25
+ name: F1 Score
26
+ - type: precision
27
+ value: 0.9882
28
+ name: Precision
29
+ - type: recall
30
+ value: 0.9883
31
+ name: Recall
32
+ - type: accuracy
33
+ value: 0.9917
34
+ name: Accuracy
35
+
36
  metrics:
37
  - f1
38
  - precision
 
79
  | ZIPCODE | 418 | 0 | 8 | 98.12% | 100.0% | 98.12% | 99.05% |
80
 
81
  **Overall Evaluation:**
 
 
 
 
 
 
82
  - **Accuracy:** 99.17%
83
  - **Precision:** 98.82%
84
  - **Recall:** 98.83%
85
  - **F1 Score:** 98.82%
86
 
87
+ - **Total True Positives (TP):** 30,848
88
+ - **Total False Positives (FP):** 368
89
+ - **Total False Negatives (FN):** 366
90
+
91
  **Macro-Averaged Metrics:**
92
  - **Accuracy:** 98.56%
93
  - **Precision:** 95.24%