Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,16 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
-
This is a binary classification model
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
+
This is a binary classification model fine-tuned using the model 'bert-base-uncased'.
|
5 |
+
It is built using a large Twitter dataset and is suitable especially for Twitter style data .
|
6 |
+
|
7 |
+
This can be used to classify the text into the categories of 'Privacy & Security' or 'Non-Privacy and Security'.
|
8 |
+
|
9 |
+
It achieved the following results on the evaluation set:
|
10 |
+
|
11 |
+
Accuracy: 0.91
|
12 |
+
Precision: 0.91
|
13 |
+
F1: 0.92
|
14 |
+
|
15 |
+
|
16 |
+
|