Reynier commited on
Commit
69c888f
·
verified ·
1 Parent(s): 79052fb

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +17 -0
config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "cnn",
3
+ "architecture": "Character-level CNN",
4
+ "vocab_size": 40,
5
+ "embedding_dim": 32,
6
+ "maxlen": 75,
7
+ "conv_filters": 64,
8
+ "kernel_size": 3,
9
+ "dropout": 0.3,
10
+ "num_classes": 2,
11
+ "id2label": {"0": "legit", "1": "dga"},
12
+ "label2id": {"legit": 0, "dga": 1},
13
+ "framework": "pytorch",
14
+ "weights_file": "dga_cnn_model_1M.pth",
15
+ "train_families": 54,
16
+ "train_rows": 845639
17
+ }