Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "xgboost",
|
| 3 |
+
"task": "binary-classification",
|
| 4 |
+
"framework": "xgboost",
|
| 5 |
+
"tags": [
|
| 6 |
+
"xgboost",
|
| 7 |
+
"classification",
|
| 8 |
+
"phishing-detection"
|
| 9 |
+
],
|
| 10 |
+
"pipeline_tag": "tabular-classification"
|
| 11 |
+
}
|