NecroMOnk/malicious-coding-intent-v6
0
1{2 "embedder": "BAAI/bge-m3",3 "device": "cuda",4 "embedding_dim": 1024,5 "max_length": 128,6 "clf_dir": "data\\clf\\v6_code_aware_50k_oss_clean_benign_code",7 "counts": {8 "train": 222950,9 "test": 27736,10 "obfuscated_test": 4000,11 "malware_code_test": 200012 },13 "binary": {14 "precision": 0.9996,15 "recall": 0.9964,16 "f1": 0.998,17 "roc_auc": 0.9997,18 "false_positive_rate": 0.004,19 "obfuscated_recall": 0.9935,20 "obfuscated_count": 4000,21 "malware_code_recall": 0.989,22 "malware_code_count": 200023 },24 "multilabel": {25 "micro_f1": 0.6146,26 "macro_f1": 0.514,27 "macro_f1_positives_only": 0.5141,28 "obfuscated_macro_f1": 0.3011,29 "malware_code_macro_f1": 0.123530 }31}