README updated
Browse files
README.md
CHANGED
|
@@ -1,3 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# LLM BERT Model for HIPAA-Sensitive Database Fields Classification
|
| 2 |
|
| 3 |
This repository hosts a fine-tuned BERT-base model that classifies database column names as either **PHI HIPAA-sensitive** (e.g., `birthDate`, `ssn`, `address`) or **non-sensitive** (e.g., `color`, `food`, `country`).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- BERT
|
| 6 |
+
- hipaa
|
| 7 |
+
- sensitive-data
|
| 8 |
+
- classification
|
| 9 |
+
- healthcare
|
| 10 |
+
- cybersecurity
|
| 11 |
+
- database
|
| 12 |
+
- column-name-classifier
|
| 13 |
+
- transformers
|
| 14 |
+
- huggingface
|
| 15 |
+
model-index:
|
| 16 |
+
- name: LLM BERT Model for HIPAA-Sensitive Database Fields Classification
|
| 17 |
+
results: []
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
# LLM BERT Model for HIPAA-Sensitive Database Fields Classification
|
| 21 |
|
| 22 |
This repository hosts a fine-tuned BERT-base model that classifies database column names as either **PHI HIPAA-sensitive** (e.g., `birthDate`, `ssn`, `address`) or **non-sensitive** (e.g., `color`, `food`, `country`).
|