Imran1 commited on
Commit
125d324
·
1 Parent(s): a4a8c05

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: resp_pkts
5
+ dtype: int64
6
+ - name: service
7
+ dtype: string
8
+ - name: orig_ip_bytes
9
+ dtype: int64
10
+ - name: local_resp
11
+ dtype: bool
12
+ - name: missed_bytes
13
+ dtype: int64
14
+ - name: protocol
15
+ dtype: string
16
+ - name: duration
17
+ dtype: float64
18
+ - name: conn_state
19
+ dtype: string
20
+ - name: dest_ip
21
+ dtype: string
22
+ - name: orig_pkts
23
+ dtype: int64
24
+ - name: community_id
25
+ dtype: string
26
+ - name: resp_ip_bytes
27
+ dtype: int64
28
+ - name: dest_port
29
+ dtype: int64
30
+ - name: orig_bytes
31
+ dtype: float64
32
+ - name: local_orig
33
+ dtype: bool
34
+ - name: datetime
35
+ dtype: string
36
+ - name: history
37
+ dtype: string
38
+ - name: resp_bytes
39
+ dtype: float64
40
+ - name: uid
41
+ dtype: string
42
+ - name: src_port
43
+ dtype: int64
44
+ - name: ts
45
+ dtype: float64
46
+ - name: src_ip
47
+ dtype: string
48
+ - name: mitre_attack_tactics
49
+ dtype: string
50
+ splits:
51
+ - name: train
52
+ num_bytes: 966212295
53
+ num_examples: 4068587
54
+ download_size: 231047526
55
+ dataset_size: 966212295
56
+ configs:
57
+ - config_name: default
58
+ data_files:
59
+ - split: train
60
+ path: data/train-*
61
+ ---
62
+ # Dataset Card for "Network_"
63
+
64
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)