lakshyakh93 commited on
Commit
241ef29
1 Parent(s): de9ac9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -7,15 +7,20 @@ pipeline_tag: token-classification
7
 
8
  A finetuned model designed to recognize and classify Personally Identifiable Information (PII) within unstructured text data. This powerful model accurately identifies a wide range of PII categories, such as account names, credit card numbers, emails, phone numbers, and addresses. The model is specifically trained to detect various PII types, including but not limited to:
9
 
10
- - *Account-related information*: Account name, account number, and transaction amounts
11
- - *Banking details*: BIC, IBAN, and Bitcoin or Ethereum addresses
12
- - *Personal information*: Full name, first name, middle name, last name, gender, and date of birth
13
- - *Contact information*: Email, phone number, and street address (including building number, city, county, state, and zip code)
14
- - *Job-related data*: Job title, job area, job descriptor, and job type
15
- - *Financial data*: Credit card number, issuer, CVV, and currency information (code, name, and symbol)
16
- - *Digital identifiers*: IP addresses (IPv4 and IPv6), MAC addresses, and user agents
17
- - *Online presence*: URL, usernames, and passwords
18
- - *Other sensitive data*: SSN, vehicle VIN and VRM, phone IMEI, and nearby GPS coordinates
 
 
 
 
 
19
 
20
  The PII Identifier Model ensures data privacy and compliance by effectively detecting and categorizing sensitive information within documents, emails, user-generated content, and more. Make your data processing safer and more secure with our state-of-the-art PII detection technology.
21
 
 
7
 
8
  A finetuned model designed to recognize and classify Personally Identifiable Information (PII) within unstructured text data. This powerful model accurately identifies a wide range of PII categories, such as account names, credit card numbers, emails, phone numbers, and addresses. The model is specifically trained to detect various PII types, including but not limited to:
9
 
10
+ ```
11
+ | Category | Data |
12
+ |------------------------|----------------------------------------------------------------------------------------|
13
+ | Account-related information | Account name, account number, and transaction amounts |
14
+ | Banking details | BIC, IBAN, and Bitcoin or Ethereum addresses |
15
+ | Personal information | Full name, first name, middle name, last name, gender, and date of birth |
16
+ | Contact information | Email, phone number, and street address (including building number, city, county, state, and zip code) |
17
+ | Job-related data | Job title, job area, job descriptor, and job type |
18
+ | Financial data | Credit card number, issuer, CVV, and currency information (code, name, and symbol) |
19
+ | Digital identifiers | IP addresses (IPv4 and IPv6), MAC addresses, and user agents |
20
+ | Online presence | URL, usernames, and passwords |
21
+ | Other sensitive data | SSN, vehicle VIN and VRM, phone IMEI, and nearby GPS coordinates |
22
+ ```
23
+
24
 
25
  The PII Identifier Model ensures data privacy and compliance by effectively detecting and categorizing sensitive information within documents, emails, user-generated content, and more. Make your data processing safer and more secure with our state-of-the-art PII detection technology.
26