aneeshas commited on
Commit
2260f91
1 Parent(s): 9d4c1d2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: time
5
+ dtype: float64
6
+ - name: task-clock
7
+ dtype: float64
8
+ - name: context-switches
9
+ dtype: float64
10
+ - name: cpu-migrations
11
+ dtype: float64
12
+ - name: page-faults
13
+ dtype: float64
14
+ - name: cycles
15
+ dtype: float64
16
+ - name: stalled-cycles-frontend
17
+ dtype: float64
18
+ - name: stalled-cycles-backend
19
+ dtype: float64
20
+ - name: instructions
21
+ dtype: float64
22
+ - name: 'Unnamed: 9'
23
+ dtype: float64
24
+ - name: branches
25
+ dtype: float64
26
+ - name: branch-misses
27
+ dtype: float64
28
+ - name: L1-dcache-loads
29
+ dtype: float64
30
+ - name: L1-dcache-load-misses
31
+ dtype: float64
32
+ - name: L1-icache-loads
33
+ dtype: float64
34
+ - name: L1-icache-load-misses
35
+ dtype: float64
36
+ - name: dTLB-loads
37
+ dtype: float64
38
+ - name: dTLB-load-misses
39
+ dtype: float64
40
+ - name: iTLB-loads
41
+ dtype: float64
42
+ - name: iTLB-load-misses
43
+ dtype: float64
44
+ - name: L1-dcache-prefetches
45
+ dtype: float64
46
+ - name: label
47
+ dtype: int64
48
+ splits:
49
+ - name: train
50
+ num_bytes: 0
51
+ num_examples: 0
52
+ download_size: 5479
53
+ dataset_size: 0
54
+ configs:
55
+ - config_name: default
56
+ data_files:
57
+ - split: train
58
+ path: data/train-*
59
+ ---
60
+ # Dataset Card for "DNN-vuln"
61
+
62
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)