Text Classification
PyTorch
English
ShadowProgrammer commited on
Commit
f9ff5fc
1 Parent(s): c930d5a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ datasets:
4
+ - GonzaloA/fake_news
5
+ - mohammadjavadpirhadi/fake-news-detection-dataset-english
6
+ language:
7
+ - en
8
+ pipeline_tag: text-classification
9
+ ---
10
+
11
+ A classifier trained on around 70k news articles, aimed at distinguishing real news from fake news.
12
+ It is an EmbeddingBag-based text classifier made with PyTorch.
13
+
14
+ Data used is [Gonzalo Álvarez's *Fake News*](https://huggingface.co/datasets/GonzaloA/fake_news) and [Mohammad Javad Pirhadi's *Fake News Detection Dataset (English)*](https://huggingface.co/datasets/mohammadjavadpirhadi/fake-news-detection-dataset-english).
15
+ I could not find any specific citation to use.
16
+
17
+ Check [GitHub](https://github.com/ShadowDeveloper/FakeNewsClassifier) for the training code and output log.