filipealmeida commited on
Commit
e5832b2
1 Parent(s): b1e6af7

Added a placeholder model card

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ # Open Llama Anonymizer based PII anonymizer
2
+
3
+ ## Description
4
+
5
+ This model, based on the `openlm-research/open_llama_3b_v2` architecture, is designed to automatically anonymize personal identifiable information (PII) from text data. Given a piece of text, the model can replace specific details such as names, addresses, dates, and other personal details with generic or randomized alternatives, thereby safeguarding the privacy of individuals while retaining the overall context of the text.
6
+
7
+ ## Disclaimer
8
+
9
+ This model is an experiment and, while it strives to maintain privacy, it may not capture or anonymize all instances of PII in every context. Users should always review and verify the output, especially when dealing with sensitive data.