File size: 425 Bytes
9436e7b
5e553cd
 
9436e7b
5e553cd
 
 
 
 
 
9436e7b
5e553cd
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---

language: en
library_name: transformers
license: mit
pipeline_tag: text-classification
tags:
- text-classification
- roberta
- lora
- data-classification
---


# Data Classification Model (RoBERTa + LoRA)

Classifies text as **Sensitive** or **Non-Sensitive**.

Trained on 2.2M+ data samples using RoBERTa-base with LoRA fine-tuning.

## Labels
- `LABEL_0` / `Non-Sensitive`
- `LABEL_1` / `Sensitive`