Update config.json
Browse files- config.json +16 -4
config.json
CHANGED
|
@@ -1,5 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_name": "smile_classification",
|
| 3 |
+
"model_type": "pytorch",
|
| 4 |
+
"models": [
|
| 5 |
+
{
|
| 6 |
+
"name": "smile_classification",
|
| 7 |
+
"path": "./model_round_5.pth",
|
| 8 |
+
"description": "model weight"
|
| 9 |
+
},
|
| 10 |
+
|
| 11 |
+
],
|
| 12 |
+
"default_model": "microsoft/resnet-50",
|
| 13 |
+
"description": "A smile classification model",
|
| 14 |
+
"version": "1.0.0",
|
| 15 |
+
"tags": ["classification"],
|
| 16 |
+
"license": "apache-2.0"
|
| 17 |
+
}
|