Upload threshold_predictor.json with huggingface_hub
Browse files- threshold_predictor.json +22 -0
threshold_predictor.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"feature_names": [
|
| 3 |
+
"scrib_fg_ratio",
|
| 4 |
+
"pred_fg_frac",
|
| 5 |
+
"prob_mean",
|
| 6 |
+
"prob_std",
|
| 7 |
+
"entropy"
|
| 8 |
+
],
|
| 9 |
+
"weights": [
|
| 10 |
+
-0.047399418142567165,
|
| 11 |
+
-7.5025721317361205,
|
| 12 |
+
7.3680452061385,
|
| 13 |
+
0.09540034968101364,
|
| 14 |
+
-1.0143906343199982
|
| 15 |
+
],
|
| 16 |
+
"bias": 0.5472681915765487,
|
| 17 |
+
"clip": [
|
| 18 |
+
0.3,
|
| 19 |
+
0.7
|
| 20 |
+
],
|
| 21 |
+
"_note": "Fit on V4+V7 ensemble OOF probabilities. V7 trained with pseudo-labels from V3+V4."
|
| 22 |
+
}
|