Upload config.json with huggingface_hub
Browse files- config.json +5 -0
config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "classification",
|
| 3 |
+
"format": "joblib",
|
| 4 |
+
"version": "1.0"
|
| 5 |
+
}
|