Update config.json
Browse files- config.json +9 -8
config.json
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet",
|
3 |
+
"model_name_or_path": "Sakibrumu/Food_Image_Classifier",
|
4 |
+
"framework": "pt",
|
5 |
+
"use_auth_token": false,
|
6 |
+
"input_size": 224,
|
7 |
+
"num_classes": 10,
|
8 |
+
"architecture": "resnet50"
|
9 |
+
}
|