Upload threshold.json with huggingface_hub
Browse files- threshold.json +8 -0
threshold.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"submit_threshold": 75.3,
|
| 3 |
+
"precision": 0.9288,
|
| 4 |
+
"recall": 0.9327,
|
| 5 |
+
"f1": 0.9307,
|
| 6 |
+
"roc_auc": 0.9823,
|
| 7 |
+
"fpr_at_threshold": 0.0711
|
| 8 |
+
}
|