therealcyberlord commited on
Commit
f2efdba
1 Parent(s): 896e193

changed readme

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Fake News Classification Distillbert
5
+ This model was trained on thousands of news articles from CLÉMENT BISAILLON's dataset on Kaggle. The goal is to classify fake news from real news.
6
+
7
+ # Sources
8
+ Dataset used: https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
9
+ Base Distillbert: https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english
10
+
11
+
12
+
13
+
14
+