dga-fanci / config.json
Reynier's picture
Upload config.json with huggingface_hub
e8a1802 verified
raw
history blame contribute delete
374 Bytes
{
"model_type": "fanci",
"architecture": "Random Forest (FANCI, 27 features)",
"num_classes": 2,
"id2label": {"0": "legit", "1": "dga"},
"label2id": {"legit": 0, "dga": 1},
"framework": "sklearn",
"weights_file": "fanci_dga_detector.joblib",
"train_families": 54,
"file_size_mb": 1002,
"note": "Large file (~1 GB). Download may take 1-2 min on Colab."
}