Text Classification
Safetensors
PyTorch
English
phishbyte
phishing-detection
email-security
cybersecurity
security
from-scratch
no-pretrained-weights
cascading-inference
lightweight
explainable-ai
nlp
phishing
spam-detection
malware-detection
threat-detection
email-classification
feature-engineering
interpretable-ml
Eval Results (legacy)
Upload calibrated thresholds
Browse files- thresholds.json +10 -0
thresholds.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"layer1": {
|
| 3 |
+
"phish_threshold": 0.85,
|
| 4 |
+
"clean_threshold": 0.05
|
| 5 |
+
},
|
| 6 |
+
"layer2": {
|
| 7 |
+
"phish_threshold": 0.7875,
|
| 8 |
+
"clean_threshold": 0.6875
|
| 9 |
+
}
|
| 10 |
+
}
|