DineshKumar1329 commited on
Commit
03a4b6c
·
verified ·
1 Parent(s): 0786365

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +14 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "pytorch",
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
+ }
14
+