therealcyberlord
commited on
Commit
•
b62ca5f
1
Parent(s):
ce90074
Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,10 @@ license: mit
|
|
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 |
|
|
|
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 |
+
Labels:
|
8 |
+
0 : Fake News
|
9 |
+
1 : Real News
|
10 |
+
|
11 |
# Sources
|
12 |
Dataset used: https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
|
13 |
|