jays009 commited on
Commit
ea287e4
·
verified ·
1 Parent(s): 03d4bdf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -21
config.json CHANGED
@@ -1,24 +1,6 @@
1
  {
2
- "model_name": "Wheat Anomaly Detection Model (TensorFlow)",
3
- "tags": [
4
- "tensorflow",
5
- "resnet",
6
- "agriculture",
7
- "anomaly-detection"
8
- ],
9
- "license": "apache-2.0",
10
- "library_name": "tensorflow",
11
- "datasets": [
12
- "wheat-dataset" // Replace with actual dataset name if available
13
- ],
14
- "model_type": "resnet50",
15
- "preprocessing": {
16
- "resize": 256,
17
- "center_crop": 224,
18
- "normalize": [0.485, 0.456, 0.406],
19
- "normalize_std": [0.229, 0.224, 0.225]
20
- },
21
- "framework": "tensorflow",
22
  "task": "image-classification",
23
- "pipeline_tag": "image-classification"
24
  }
 
1
  {
2
+ "architectures": ["ResNet50"],
3
+ "model_type": "resnet",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  "task": "image-classification",
5
+ "framework": "onnx"
6
  }