dga-bilbo / config.json
Reynier's picture
Upload config.json with huggingface_hub
84f657b verified
{
"model_type": "bilbo",
"architecture": "CNN + LSTM parallel (Higham et al. 2021)",
"vocab_size": 40,
"embedding_dim": 32,
"maxlen": 75,
"lstm_size": 256,
"cnn_filters": [2, 3, 4, 5, 6],
"n_filters": 60,
"ann_hidden": 100,
"num_classes": 2,
"id2label": {"0": "legit", "1": "dga"},
"label2id": {"legit": 0, "dga": 1},
"framework": "pytorch",
"weights_file": "bilbo_best.pth",
"train_families": 54,
"train_rows": 845639
}