Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
@@ -1 +1,7 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": ["ResNet50"],
|
3 |
+
"model_type": "resnet",
|
4 |
+
"input_ids": "image",
|
5 |
+
"task": "image-classification",
|
6 |
+
"framework": "pytorch"
|
7 |
+
}
|