Fake_News_TFG / README.md
LittleFish-Coder's picture
Librarian Bot: Add language metadata for dataset (#1)
25787ef verified
metadata
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

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