Sharpaxis commited on
Commit
958562c
1 Parent(s): 0ae3831

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -77,4 +77,27 @@ SFT parameters
77
 
78
  max_seq_length = None
79
 
80
- packing = False
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
77
 
78
  max_seq_length = None
79
 
80
+ packing = False
81
+ This model is an ethically fine-tuned version of Llama 2, specifically trained to detect and flag private or sensitive information within natural text. It serves as a powerful tool for data privacy and security, capable of identifying potentially vulnerable data such as:
82
+
83
+ API keys
84
+ Personally Identifiable Information (PII)
85
+ Financial data
86
+ Confidential business information
87
+ Login credentials
88
+
89
+ Key Features:
90
+
91
+ Analyzes natural language input to identify sensitive content
92
+ Provides explanations for detected sensitive information
93
+ Helps prevent accidental exposure of private data
94
+ Supports responsible data handling practices
95
+
96
+ Use Cases:
97
+
98
+ Content moderation
99
+ Data loss prevention
100
+ Compliance checks for GDPR, HIPAA, etc.
101
+ Security audits of text-based communications
102
+
103
+ This model aims to enhance data protection measures and promote ethical handling of sensitive information in various applications and industries.