professor231's picture
Upload README.md with huggingface_hub
5e553cd verified
---
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`