NanditaP commited on
Commit
cc05ac2
·
1 Parent(s): af83d90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,5 +1,16 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
3
  ---
4
- This is a binary classification model built using BERT-base.
5
- This can be used to classify the text into the categories of 'Privacy & Security' or 'Non-Privacy and Security'.
 
 
 
 
 
 
 
 
 
 
 
 
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
+