Jetlime's picture
Upload dataset
d0651ba verified
|
raw
history blame
No virus
1.09 kB
metadata
dataset_info:
  features:
    - name: input
      dtype: large_string
    - name: output
      dtype:
        class_label:
          names:
            '0': '0'
            '1': '1'
    - name: Attack
      dtype:
        class_label:
          names:
            '0': Benign
            '1': Bot
            '2': Brute Force -Web
            '3': Brute Force -XSS
            '4': DDOS attack-HOIC
            '5': DDOS attack-LOIC-UDP
            '6': DDoS attacks-LOIC-HTTP
            '7': DoS attacks-GoldenEye
            '8': DoS attacks-Hulk
            '9': DoS attacks-SlowHTTPTest
            '10': DoS attacks-Slowloris
            '11': FTP-BruteForce
            '12': Infilteration
            '13': SQL Injection
            '14': SSH-Bruteforce
    - name: __null_dask_index__
      dtype: int64
  splits:
    - name: train
      num_bytes: 17990690407
      num_examples: 17949022
    - name: test
      num_bytes: 946856777
      num_examples: 944686
  download_size: 3448494615
  dataset_size: 18937547184
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*