| --- |
| language: |
| - en |
| license: apache-2.0 |
| dataset_info: |
| features: |
| - name: title |
| dtype: string |
| - name: text |
| dtype: string |
| - name: label |
| dtype: int64 |
| - name: bert_embeddings |
| sequence: float32 |
| - name: roberta_embeddings |
| sequence: float32 |
| splits: |
| - name: train |
| num_bytes: 212591132 |
| num_examples: 24353 |
| - name: validation |
| num_bytes: 70970143 |
| num_examples: 8117 |
| - name: test |
| num_bytes: 71058415 |
| num_examples: 8117 |
| download_size: 365922530 |
| dataset_size: 354619690 |
| 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 |