CoolFace
Datasetpublic

vyykaaa/dataset-web-attack

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes19downloads
README.md27 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: raw_request5    dtype: string6  - name: label7    dtype: string8  - name: attack_type9    dtype: string10  splits:11  - name: train12    num_bytes: 14751185613    num_examples: 26726514  - name: test15    num_bytes: 276755616    num_examples: 500017  download_size: 2606994918  dataset_size: 15027941219configs:20- config_name: default21  data_files:22  - split: train23    path: data/train-*24  - split: test25    path: data/test-*26---27