File size: 822 Bytes
051c698
3b9bf82
 
051c698
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
language:
- en
license: apache-2.0
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype: int64
  - name: embeddings
    sequence: float32
  splits:
  - name: train
    num_bytes: 63908247
    num_examples: 9988
  - name: test
    num_bytes: 16735714
    num_examples: 2672
  download_size: 72619902
  dataset_size: 80643961
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---
Dataset Source: [Ahren09/MMSoc_GossipCop](https://huggingface.co/datasets/Ahren09/MMSoc_GossipCop)

This is a copied and reformatted version of the Ahren09/MMSoc_GossipCop

- text: text of the article (str)
- embeddings: BERT embeddings (768, )
- label: (int)
  - 1: fake
  - 0: real

Datasets Distribution:
- Train: 9988
- Test: 2672