File size: 511 Bytes
929e325 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | {
"architecture": "ExploitabilityNet (TextCNN + structured MLP fusion)",
"framework": "pytorch",
"task": "binary-classification",
"max_len": 200,
"vocab_size": 20000,
"struct_dim": 80,
"labels": {
"0": "not-known-exploited",
"1": "known-exploited (CISA KEV)"
},
"test_metrics": {
"roc_auc": 0.9337318710296056,
"pr_auc": 0.7629452988233197,
"precision_at_10pct": 0.7823129296302795,
"recall_at_10pct": 0.47325101494789124,
"positive_rate": 0.16430020332336426
}
} |