LittleFish-Coder commited on
Commit
a113719
·
verified ·
1 Parent(s): ba5dd91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -42,11 +42,12 @@ Dataset Source: [Ahren09/MMSoc_PolitiFact](https://huggingface.co/datasets/Ahren
42
  This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
43
 
44
  - text: text of the article (str)
45
- - embeddings: BERT embeddings (768, )
 
46
  - label: (int)
47
- - 1: fake
48
  - 0: real
 
49
 
50
  Datasets Distribution:
51
- - Train: 381
52
- - Test: 201
 
42
  This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
43
 
44
  - text: text of the article (str)
45
+ - bert_embeddings: (768, )
46
+ - roberta_embeddings: (768, )
47
  - label: (int)
 
48
  - 0: real
49
+ - 1: fake
50
 
51
  Datasets Distribution:
52
+ - Train: 381 (real: 246, fake: 135)
53
+ - Test: 102 (real: 73, fake: 29)