Model Description
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
1 |
+
This model was trained using the 'bert-base-uncased' from the transformer library and it was trained on the popular fake/real news dataset from Kaggle.
|
2 |
+
Pytorch is the framework used to train the model and it had an accuracy score of 93.5 % and here is what the classification report looks like.
|
3 |
+
|
4 |
+
precision recall f1-score support
|
5 |
+
|
6 |
+
0 0.96 0.92 0.94 2348
|
7 |
+
1 0.92 0.96 0.94 2142
|
8 |
+
|
9 |
+
accuracy 0.94 4490
|
10 |
+
macro avg 0.94 0.94 0.94 4490
|
11 |
+
weighted avg 0.94 0.94 0.94 4490
|
12 |
+
|
13 |
+
|
14 |
---
|
15 |
license: apache-2.0
|
16 |
---
|
17 |
+
|