metadata
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: 3743777
num_examples: 381
- name: test
num_bytes: 1030248
num_examples: 102
download_size: 4163073
dataset_size: 4774025
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
Dataset Source: Ahren09/MMSoc_PolitiFact
This is a copied and reformatted version of the Ahren09/MMSoc_PolitiFact
- text: text of the article (str)
- embeddings: BERT embeddings (768, )
- label: (int)
- 1: fake
- 0: real
Datasets Distribution:
- Train: 381
- Test: 201