gaodrew commited on
Commit
f6f0fdb
1 Parent(s): 175657e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  library_name: transformers
3
- license: mit
4
  base_model: microsoft/mdeberta-v3-base
5
  tags:
6
  - generated_from_trainer
@@ -34,7 +34,7 @@ pipeline_tag: token-classification
34
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
35
  </a>
36
 
37
- Piiranha (MIT License) is trained to **detect 17 types** of Personally Identifiable Information (PII) across six languages. It successfully **catches 98.27% of PII** tokens, with an overall classification **accuracy of 99.44%**.
38
  Piiranha is especially accurate at detecting passwords, emails (100%), phone numbers, and usernames.
39
 
40
  Performance on PII vs. Non PII classification task:
 
1
  ---
2
  library_name: transformers
3
+ license: cc-by-nc-nd-4.0
4
  base_model: microsoft/mdeberta-v3-base
5
  tags:
6
  - generated_from_trainer
 
34
  <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
35
  </a>
36
 
37
+ Piiranha (cc-by-nc-nd-4.0 license) is trained to **detect 17 types** of Personally Identifiable Information (PII) across six languages. It successfully **catches 98.27% of PII** tokens, with an overall classification **accuracy of 99.44%**.
38
  Piiranha is especially accurate at detecting passwords, emails (100%), phone numbers, and usernames.
39
 
40
  Performance on PII vs. Non PII classification task: