niting3c's picture
Upload README.md with huggingface_hub
99c440d
---
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': attack
'1': normal
splits:
- name: train
num_bytes: 17251473.27644231
num_examples: 10000
- name: test
num_bytes: 1725147.3276442313
num_examples: 1000
download_size: 10373120
dataset_size: 18976620.604086544
---