watilde commited on
Commit
460523d
·
verified ·
1 Parent(s): 608fd6b

Upload sdd-distiller-v1-meta.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. sdd-distiller-v1-meta.json +98 -0
sdd-distiller-v1-meta.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "1.0.0",
3
+ "feature_keys": [
4
+ "isHighValueTag",
5
+ "isMediumValueTag",
6
+ "isContainerTag",
7
+ "isInteractive",
8
+ "isClickable",
9
+ "hasTabIndex",
10
+ "hasRole",
11
+ "roleBaseScore",
12
+ "hasAriaLabel",
13
+ "hasAriaLabelledBy",
14
+ "hasAriaDescribedBy",
15
+ "hasAriaRequired",
16
+ "hasAriaExpanded",
17
+ "hasAriaLive",
18
+ "hasTestId",
19
+ "hasText",
20
+ "textLength",
21
+ "isLabelText",
22
+ "isActionText",
23
+ "childCount",
24
+ "hasChildren",
25
+ "isLeaf",
26
+ "depth",
27
+ "depthPenalty",
28
+ "fontSizeNorm",
29
+ "isBold",
30
+ "areaRatio",
31
+ "isAboveFold",
32
+ "isLargeElement",
33
+ "hasHref",
34
+ "hasAlt",
35
+ "hasPlaceholder",
36
+ "isRequired",
37
+ "isDisabled",
38
+ "inputType",
39
+ "headingLevel",
40
+ "parentIsForm",
41
+ "parentIsNav",
42
+ "parentIsTable",
43
+ "parentIsInteractive",
44
+ "ancestorScore"
45
+ ],
46
+ "feature_dim": 41,
47
+ "model_type": "GradientBoostingRegressor",
48
+ "n_estimators": 200,
49
+ "training_samples": 50000,
50
+ "metrics": {
51
+ "rmse": 0.034717869182546636,
52
+ "mae": 0.02690268902210912,
53
+ "r2": 0.9762431439741864,
54
+ "threshold_accuracy": 0.9701333333333333
55
+ },
56
+ "top_features": [
57
+ {
58
+ "name": "parentIsForm",
59
+ "importance": 0.2961491099187265
60
+ },
61
+ {
62
+ "name": "isInteractive",
63
+ "importance": 0.16371710330835387
64
+ },
65
+ {
66
+ "name": "isHighValueTag",
67
+ "importance": 0.11908725354640404
68
+ },
69
+ {
70
+ "name": "depthPenalty",
71
+ "importance": 0.1007855547538621
72
+ },
73
+ {
74
+ "name": "depth",
75
+ "importance": 0.09418485816239276
76
+ },
77
+ {
78
+ "name": "roleBaseScore",
79
+ "importance": 0.08955360554114436
80
+ },
81
+ {
82
+ "name": "isDisabled",
83
+ "importance": 0.033391569472455924
84
+ },
85
+ {
86
+ "name": "parentIsNav",
87
+ "importance": 0.021145684124583324
88
+ },
89
+ {
90
+ "name": "hasHref",
91
+ "importance": 0.019831745870061573
92
+ },
93
+ {
94
+ "name": "isContainerTag",
95
+ "importance": 0.016910141815356716
96
+ }
97
+ ]
98
+ }