Upload config.json
Browse files- config.json +12 -13
config.json
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
|
|
1 |
{
|
2 |
+
"model_type": "resnet-18",
|
3 |
+
"architecture": "ResNet-18",
|
4 |
+
"description": "ResNet-18 model trained to classify cats and dogs.",
|
5 |
+
"framework": "pytorch",
|
6 |
+
"task": "Image Classification",
|
7 |
+
"tags": [
|
8 |
+
"resnet",
|
9 |
+
"image-classification",
|
10 |
+
"cats",
|
11 |
+
"dogs"
|
12 |
+
]
|
13 |
+
}
|
|