LittleFish-Coder commited on
Commit
e08fb0b
·
verified ·
1 Parent(s): 82f1845

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_GossipCop](https://huggingface.co/datasets/Ahren0
42
  This is a copied and reformatted version of the Ahren09/MMSoc_GossipCop
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: 9988
52
- - Test: 2672
 
42
  This is a copied and reformatted version of the Ahren09/MMSoc_GossipCop
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: 9988 (real: 7955, fake: 2033)
53
+ - Test: 2672 (real: 2169, 503)