zkaedi commited on
Commit
78acfd5
·
verified ·
1 Parent(s): 25abd08

Upload ensemble_meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. ensemble_meta.json +63 -0
ensemble_meta.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "specialists": {
3
+ "kraken": {
4
+ "weight": 1.0,
5
+ "per_class_f1": {
6
+ "reentrancy": 1.0,
7
+ "overflow": 1.0,
8
+ "tx_origin": 1.0,
9
+ "delegatecall": 1.0,
10
+ "flash_loan": 1.0,
11
+ "selfdestruct": 1.0,
12
+ "timestamp": 1.0,
13
+ "unchecked_call": 1.0
14
+ },
15
+ "params": 8712
16
+ },
17
+ "hydra": {
18
+ "weight": 0.45013297872340424,
19
+ "per_class_f1": {
20
+ "reentrancy": 0.0,
21
+ "overflow": 0.75,
22
+ "tx_origin": 1.0,
23
+ "delegatecall": 0.0,
24
+ "flash_loan": 0.0,
25
+ "selfdestruct": 1.0,
26
+ "timestamp": 0.851063829787234,
27
+ "unchecked_call": 0.0
28
+ },
29
+ "params": 8712
30
+ },
31
+ "chimera": {
32
+ "weight": 1.0,
33
+ "per_class_f1": {
34
+ "reentrancy": 1.0,
35
+ "overflow": 1.0,
36
+ "tx_origin": 1.0,
37
+ "delegatecall": 1.0,
38
+ "flash_loan": 1.0,
39
+ "selfdestruct": 1.0,
40
+ "timestamp": 1.0,
41
+ "unchecked_call": 1.0
42
+ },
43
+ "params": 8712
44
+ },
45
+ "basilisk": {
46
+ "weight": 1.0,
47
+ "per_class_f1": {
48
+ "reentrancy": 1.0,
49
+ "overflow": 1.0,
50
+ "tx_origin": 1.0,
51
+ "delegatecall": 1.0,
52
+ "flash_loan": 1.0,
53
+ "selfdestruct": 1.0,
54
+ "timestamp": 1.0,
55
+ "unchecked_call": 1.0
56
+ },
57
+ "params": 8712
58
+ }
59
+ },
60
+ "total_params": 34848,
61
+ "fusion_threshold": 0.55,
62
+ "version": "2.0"
63
+ }