LittleFish-Coder commited on
Commit
b83b25b
·
verified ·
1 Parent(s): edeea39

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -7
README.md CHANGED
@@ -34,15 +34,14 @@ Dataset Source: [Fake News Detection Challenge KDD 2020](https://www.kaggle.com/
34
 
35
  This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
36
 
37
- We use the raw `train.csv` from the official Kaggle Dataset and split the data into train, validation, and test sets.
38
 
39
- - text: text of the article
40
-
41
- - label: a label that marks the article as potentially unreliable
42
  - 1: fake
43
  - 0: true
44
 
45
  Datasets Distribution:
46
- - Train: 70%
47
- - Val: 20%
48
- - Test: 10%
 
34
 
35
  This is a copied and reformatted version of the Fake News Detection Challenge KDD 2020.
36
 
37
+ We use the raw `train.csv` from the official Kaggle Dataset and split the data into train and test sets.
38
 
39
+ - text: text of the article (str)
40
+ - embeddings: BERT embeddings (768, )
41
+ - label: (int)
42
  - 1: fake
43
  - 0: true
44
 
45
  Datasets Distribution:
46
+ - Train: 4487
47
+ - Test: 499