File size: 402 Bytes
69c888f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "model_type": "cnn",
  "architecture": "Character-level CNN",
  "vocab_size": 40,
  "embedding_dim": 32,
  "maxlen": 75,
  "conv_filters": 64,
  "kernel_size": 3,
  "dropout": 0.3,
  "num_classes": 2,
  "id2label": {"0": "legit", "1": "dga"},
  "label2id": {"legit": 0, "dga": 1},
  "framework": "pytorch",
  "weights_file": "dga_cnn_model_1M.pth",
  "train_families": 54,
  "train_rows": 845639
}