legacy107's picture
Upload README.md with huggingface_hub
3078bc0
metadata
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*
dataset_info:
  features:
    - name: Text
      dtype: string
    - name: Spam
      dtype: int64
  splits:
    - name: train
      num_bytes: 7196065
      num_examples: 4556
    - name: val
      num_bytes: 819608
      num_examples: 569
    - name: test
      num_bytes: 925859
      num_examples: 570
  download_size: 4959617
  dataset_size: 8941532

Dataset Card for "spamming-email-classification"

More Information needed