File size: 577 Bytes
18e246f
 
8d2a00a
 
 
 
d357efa
eaf9f12
3c73924
18caf57
 
bce7495
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8d2a00a
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
---
license: apache-2.0
task_categories:
- text-classification
- tabular-classification
size_categories:
- 100M<n<1B
tags:
- network intrusion detection
- network packets
- cybersecurity
configs:
- config_name: Network-Flows
  data_files:
  - split: train
    pattern: "Network-Flows/*.csv"
- config_name: Packet-Fields
  data_files:
  - split: train
    pattern: "Packet-Fields/*.csv"
- config_name: Packet-Bytes
  data_files:
  - split: train
    pattern: "Packet-Bytes/*.csv"
- config_name: Payload-Bytes
  data_files:
  - split: train
    pattern: "Payload-Bytes/*.csv"
---