Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language: en
|
| 3 |
+
library_name: transformers
|
| 4 |
license: mit
|
| 5 |
+
pipeline_tag: text-classification
|
| 6 |
+
tags:
|
| 7 |
+
- text-classification
|
| 8 |
+
- roberta
|
| 9 |
+
- lora
|
| 10 |
+
- data-classification
|
| 11 |
---
|
| 12 |
+
|
| 13 |
+
# Data Classification Model (RoBERTa + LoRA)
|
| 14 |
+
|
| 15 |
+
Classifies text as **Sensitive** or **Non-Sensitive**.
|
| 16 |
+
|
| 17 |
+
Trained on 2.2M+ data samples using RoBERTa-base with LoRA fine-tuning.
|
| 18 |
+
|
| 19 |
+
## Labels
|
| 20 |
+
- `LABEL_0` / `Non-Sensitive`
|
| 21 |
+
- `LABEL_1` / `Sensitive`
|