Commit
·
5ff1ef8
1
Parent(s):
43e97d0
Update README.md
Browse files
README.md
CHANGED
@@ -5,13 +5,16 @@ license: mit
|
|
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 |
```json
|
13 |
-
'test/accuracy': 0.
|
14 |
-
'test/aucroc': 0.
|
15 |
-
'test/f1': 0.
|
16 |
-
'test/loss': 0.
|
17 |
-
```
|
|
|
|
|
|
|
|
5 |
[Fake and real news dataset](https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset)
|
6 |
|
7 |
### Labels
|
8 |
+
Fake news: 1 </br>
|
9 |
Real news: 0
|
10 |
|
11 |
### Performance on test data
|
12 |
```json
|
13 |
+
'test/accuracy': 0.9977836608886719,
|
14 |
+
'test/aucroc': 0.9999998807907104,
|
15 |
+
'test/f1': 0.9976308941841125,
|
16 |
+
'test/loss': 0.00828308891505003
|
17 |
+
```
|
18 |
+
|
19 |
+
### Run can be tracked here
|
20 |
+
[Fake news classifier](https://wandb.ai/bhavitvya/Fake%20news%20classifier?workspace=user-bhavitvya)
|