cowWhySo commited on
Commit
14f61ce
·
verified ·
1 Parent(s): 38c1ec5

Upload dataset

Browse files
README.md CHANGED
@@ -1,3 +1,56 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: command
15
+ dtype: string
16
+ - name: actual_label
17
+ dtype:
18
+ class_label:
19
+ names:
20
+ '0': good
21
+ '1': bad
22
+ - name: surface_label
23
+ dtype:
24
+ class_label:
25
+ names:
26
+ '0': good
27
+ '1': bad
28
+ - name: obfuscation_label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ '0': plain
33
+ '1': obfuscated
34
+ - name: obfuscation_type
35
+ dtype: string
36
+ - name: risk_class
37
+ dtype: string
38
+ - name: shell_family
39
+ dtype: string
40
+ - name: source
41
+ dtype: string
42
+ - name: split
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 45069
47
+ num_examples: 246
48
+ - name: validation
49
+ num_bytes: 6159
50
+ num_examples: 35
51
+ - name: test
52
+ num_bytes: 6880
53
+ num_examples: 40
54
+ download_size: 30716
55
+ dataset_size: 58108
56
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14e7e66d2e290d6224246620f64ff3a90bfbb08f8a8e9d1fbd3b4c6c05227b29
3
+ size 7304
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cdd8bbd602e514489dbd802249c241e71e8ce94b6b3a098ce2757ce5d8e84a6
3
+ size 16479
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfba773b1f417d2dddd60cfe83453432aa1ee4095b5a8cdaba569b3d0be9feb2
3
+ size 6933