aisuko's picture
Upload dataset
7f24b4d verified
metadata
language:
  - en
license: apache-2.0
size_categories:
  - 100K<n<1M
task_categories:
  - text-classification
dataset_info:
  features:
    - name: url
      dtype: string
    - name: labels
      dtype: int64
  splits:
    - name: train
      num_bytes: 31213794.593454625
      num_examples: 528006
    - name: validation
      num_bytes: 3901739.1032726876
      num_examples: 66001
    - name: test
      num_bytes: 3901739.1032726876
      num_examples: 66001
  download_size: 27763475
  dataset_size: 39017272.8
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*

A dataset for binary classification tasks for phishing site. This dataset is intended to research purposes only.

Features

  • url
  • labels=(1=phishing, 0=not phishing)

Acknowledges