File size: 801 Bytes
6f3f331
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
  "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"
}