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

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -13
config.json CHANGED
@@ -1,14 +1,13 @@
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
-
 
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
+ }