Datasets:
File size: 1,016 Bytes
420bd02 25787ef 420bd02 |
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 43 44 45 46 47 48 49 50 51 |
---
language:
- en
license: apache-2.0
dataset_info:
features:
- name: title
dtype: string
- name: text
dtype: string
- name: label
dtype: int64
- name: embeddings
sequence: float32
splits:
- name: train
num_bytes: 137681304
num_examples: 24353
- name: validation
num_bytes: 46002251
num_examples: 8117
- name: test
num_bytes: 46090523
num_examples: 8117
download_size: 215251030
dataset_size: 229774078
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
Dataset Source: [GonzaloA/fake_news](https://huggingface.co/datasets/GonzaloA/fake_news)
This is a copied and reformatted version of the GonzaloA/fake_news
- title: title of the news (str)
- text: text of the article (str)
- embeddings: BERT embeddings (768, )
- label: (int)
- 1: fake
- 0: real
Datasets Distribution:
- Train: 24353
- Validation: 8117
- Test: 8117 |