Commit
·
2844989
1
Parent(s):
e8e38bf
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
---
|
4 |
+
### Dataset used
|
5 |
+
[Fake and real news dataset](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset)
|
6 |
+
|
7 |
+
### Labels
|
8 |
+
Fake news: 1
|
9 |
+
Real news: 0
|
10 |
+
|
11 |
+
### Performance on test data
|
12 |
+
'test/accuracy': 0.997562050819397,
|
13 |
+
'test/aucroc': 0.9998891949653625,
|
14 |
+
'test/f1': 0.9974087476730347,
|
15 |
+
'test/loss': 0.010482422076165676
|