File size: 525 Bytes
24f59a0
 
99c440d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24f59a0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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
---