Upload config.json with huggingface_hub
Browse files- config.json +6 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "keras",
|
| 3 |
+
"task": "image-classification",
|
| 4 |
+
"framework": "tensorflow",
|
| 5 |
+
"pipeline_tag": "image-classification"
|
| 6 |
+
}
|