diabolic6045 commited on
Commit
ea355d5
1 Parent(s): 1fe218d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -20,8 +20,9 @@
20
  "4": "Mumbai"
21
  },
22
  "pretrained_on": "ImageNet",
 
23
  "task": "image-classification",
24
- "description": "An image classification model specialized in identifying specific Indian cities from images. Built using TensorFlow and the Keras API.",
25
- "file_format": ".h5",
26
  "version": "1.0"
27
  }
 
20
  "4": "Mumbai"
21
  },
22
  "pretrained_on": "ImageNet",
23
+ "fine_tuned_dataset": "Indian Cities",
24
  "task": "image-classification",
25
+ "description": "An image classification model specialized in identifying specific Indian cities from images. Built using TensorFlow and saved in the SavedModel format.",
26
+ "model_format": "SavedModel",
27
  "version": "1.0"
28
  }