19kmunz commited on
Commit
7036fb2
1 Parent(s): 9a60f54

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id.orig_p
5
+ dtype: int64
6
+ - name: id.resp_p
7
+ dtype: int64
8
+ - name: proto
9
+ dtype: string
10
+ - name: service
11
+ dtype: string
12
+ - name: duration
13
+ dtype: float64
14
+ - name: orig_bytes
15
+ dtype: int64
16
+ - name: resp_bytes
17
+ dtype: int64
18
+ - name: conn_state
19
+ dtype: string
20
+ - name: missed_bytes
21
+ dtype: int64
22
+ - name: history
23
+ dtype: string
24
+ - name: orig_pkts
25
+ dtype: int64
26
+ - name: orig_ip_bytes
27
+ dtype: int64
28
+ - name: resp_pkts
29
+ dtype: int64
30
+ - name: resp_ip_bytes
31
+ dtype: int64
32
+ - name: label
33
+ dtype: string
34
+ splits:
35
+ - name: train
36
+ num_bytes: 93994789
37
+ num_examples: 819024
38
+ download_size: 11805369
39
+ dataset_size: 93994789
40
+ configs:
41
+ - config_name: default
42
+ data_files:
43
+ - split: train
44
+ path: data/train-*
45
+ ---
46
+ # Dataset Card for "iot-23-preprocessed"
47
+
48
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)