Update README.md
Browse files
README.md
CHANGED
@@ -2,4 +2,7 @@
|
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
|
5 |
-
The fake news classifer built using distillbert uncased.
|
|
|
|
|
|
|
|
2 |
license: afl-3.0
|
3 |
---
|
4 |
|
5 |
+
The fake news classifer built using distillbert uncased. Created for the Fatima Fellowship coding challenge and trained on P100 instance for 3 epochs. The model is a binary classifier which predicts 1 in case of real news. This was created using the transformers library and the language used for training the model is primiarily English.
|
6 |
+
|
7 |
+
Language: English
|
8 |
+
Dataset: https:\/\/www.kaggle.com/datasets/clmentbisaillon/fake-and-real-news-dataset
|