yinde commited on
Commit
75d8092
·
1 Parent(s): 092c308

Update README.md

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