Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "fanci",
|
| 3 |
+
"architecture": "Random Forest (FANCI, 27 features)",
|
| 4 |
+
"num_classes": 2,
|
| 5 |
+
"id2label": {"0": "legit", "1": "dga"},
|
| 6 |
+
"label2id": {"legit": 0, "dga": 1},
|
| 7 |
+
"framework": "sklearn",
|
| 8 |
+
"weights_file": "fanci_dga_detector.joblib",
|
| 9 |
+
"train_families": 54,
|
| 10 |
+
"file_size_mb": 1002,
|
| 11 |
+
"note": "Large file (~1 GB). Download may take 1-2 min on Colab."
|
| 12 |
+
}
|