Reynier commited on
Commit
84f657b
·
verified ·
1 Parent(s): f0a5506

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "bilbo",
3
+ "architecture": "CNN + LSTM parallel (Higham et al. 2021)",
4
+ "vocab_size": 40,
5
+ "embedding_dim": 32,
6
+ "maxlen": 75,
7
+ "lstm_size": 256,
8
+ "cnn_filters": [2, 3, 4, 5, 6],
9
+ "n_filters": 60,
10
+ "ann_hidden": 100,
11
+ "num_classes": 2,
12
+ "id2label": {"0": "legit", "1": "dga"},
13
+ "label2id": {"legit": 0, "dga": 1},
14
+ "framework": "pytorch",
15
+ "weights_file": "bilbo_best.pth",
16
+ "train_families": 54,
17
+ "train_rows": 845639
18
+ }