| { | |
| "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 | |
| } | |