ShadowProgrammer
commited on
Commit
•
2b4af25
1
Parent(s):
f9ff5fc
Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,11 @@ datasets:
|
|
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.
|
|
|
6 |
language:
|
7 |
- en
|
8 |
pipeline_tag: text-classification
|
9 |
+
library_name: pytorch
|
10 |
---
|
11 |
|
12 |
A classifier trained on around 70k news articles, aimed at distinguishing real news from fake news.
|
13 |
+
It is an EmbeddingBag-based text classifier made with PyTorch. Accuracy is 99.205%
|
14 |
|
15 |
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).
|
16 |
I could not find any specific citation to use.
|