| { | |
| "model_type": "nanomind-tme", | |
| "architectures": [ | |
| "TernaryMambaEncoder" | |
| ], | |
| "num_labels": 10, | |
| "id2label": { | |
| "0": "exfiltration", | |
| "1": "injection", | |
| "2": "privilege_escalation", | |
| "3": "persistence", | |
| "4": "credential_abuse", | |
| "5": "lateral_movement", | |
| "6": "social_engineering", | |
| "7": "policy_violation", | |
| "8": "benign", | |
| "9": "steganography" | |
| }, | |
| "label2id": { | |
| "exfiltration": 0, | |
| "injection": 1, | |
| "privilege_escalation": 2, | |
| "persistence": 3, | |
| "credential_abuse": 4, | |
| "lateral_movement": 5, | |
| "social_engineering": 6, | |
| "policy_violation": 7, | |
| "benign": 8, | |
| "steganography": 9 | |
| }, | |
| "max_position_embeddings": 128, | |
| "vocab_size": 6000, | |
| "hidden_size": 128, | |
| "num_hidden_layers": 8, | |
| "onnx_model": "nanomind-tme.onnx" | |
| } |