Upload config.json with huggingface_hub
Browse files- config.json +12 -0
config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "logit",
|
| 3 |
+
"architecture": "TF-IDF + Lexical Features + Logistic Regression",
|
| 4 |
+
"features": "tfidf_char_ngrams + 15_lexical_features",
|
| 5 |
+
"num_classes": 2,
|
| 6 |
+
"id2label": {"0": "legit", "1": "dga"},
|
| 7 |
+
"label2id": {"legit": 0, "dga": 1},
|
| 8 |
+
"framework": "sklearn",
|
| 9 |
+
"weights_file": "artifacts.joblib",
|
| 10 |
+
"train_families": 54,
|
| 11 |
+
"train_rows": 845639
|
| 12 |
+
}
|