therealcyberlord
commited on
Commit
·
ce90074
1
Parent(s):
393e258
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,12 @@
|
|
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 |
# Sources
|
8 |
Dataset used: https://www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
|
9 |
+
|
10 |
Base Distilbert: https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english
|
11 |
|
12 |
|