File size: 629 Bytes
7c0ea8d |
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 |
{
"architectures": [
"TabNetForClassification"
],
"cat_dims": [],
"cat_emb_dim": 1,
"cat_idxs": [],
"d_as": 64,
"d_m": 64,
"d_na": 64,
"epsilon": 1e-15,
"gamma": 1.3,
"id2label": {
"0": "Benign",
"1": "DDoS",
"2": "PortScan",
"3": "Botnet",
"4": "Infiltration"
},
"label2id": {
"Benign": 0,
"Botnet": 3,
"DDoS": 1,
"Infiltration": 4,
"PortScan": 2
},
"lambda_sparse": 0.001,
"model_type": "tabnet",
"n_d": 64,
"n_independent": 2,
"n_shared": 2,
"n_steps": 5,
"num_features": 78,
"torch_dtype": "float32",
"transformers_version": "4.36.0"
} |