therealcyberlord commited on
Commit
dc24761
2 Parent(s): cd09142 4db412e

Merge branch 'main' of https://huggingface.co/therealcyberlord/fake-news-distillbert

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
  license: mit
3
  ---
4
- # Fake News Classification Distilbert
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 Distilbert: https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english
10
 
11
 
 
1
  ---
2
  license: mit
3
  ---
4
+ # Fake News Classification Distilbert 🤗
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
+ 0 : Fake News, 1 : Real News
8
+
9
  # Sources
10
  Dataset used: https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
11
+
12
  Base Distilbert: https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english
13
 
14