professor231 commited on
Commit
5e553cd
·
verified ·
1 Parent(s): da3f2e5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
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`