MikeDoes commited on
Commit
1efb619
·
verified ·
1 Parent(s): fbdd982

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -35
README.md CHANGED
@@ -1,49 +1,49 @@
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
-
17
  model-index:
18
- - name: english-anonymiser-openpii-ai4privacy
19
- results:
20
- - task:
21
- type: token-classification
22
- name: PII Masking
23
- dataset:
24
- type: ai4privacy/open-pii-masking-500k-ai4privacy
25
- name: Open PII Masking 500K
26
- split: english-validation
27
- metrics:
28
- - type: f1
29
- value: 0.9882
30
- name: F1 Score
31
- - type: precision
32
- value: 0.9882
33
- name: Precision
34
- - type: recall
35
- value: 0.9883
36
- name: Recall
37
- - type: accuracy
38
- value: 0.9917
39
- name: Accuracy
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.*