Update README.md
Browse files
README.md
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
Fake news classifier
|
2 |
-
This model trains a text classification model to detect fake news articles,
|
|
|
|
|
|
|
|
|
|
1 |
Fake news classifier
|
2 |
+
This model trains a text classification model to detect fake news articles,
|
3 |
+
|
4 |
+
it uses distilbert-base-uncased-finetuned-sst-2-english pretrained model to work on
|
5 |
+
|
6 |
+
fake and real news dataset from kaggle (https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset)
|