iammbrn commited on
Commit
c104af3
·
verified ·
1 Parent(s): 9a9f89d

Update model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +2 -5
model_config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "model_type": "resnet50",
3
  "num_labels": 5,
4
  "id2label": {
5
  "0": "alkol",
@@ -18,8 +18,5 @@
18
  "input_size": 224,
19
  "num_classes": 5,
20
  "pretrained": true,
21
- "architecture": "ResNet50",
22
- "optimizer": "Adam",
23
- "learning_rate": 0.0001,
24
- "epochs": 3
25
  }
 
1
  {
2
+ "model_type": "resnet",
3
  "num_labels": 5,
4
  "id2label": {
5
  "0": "alkol",
 
18
  "input_size": 224,
19
  "num_classes": 5,
20
  "pretrained": true,
21
+ "architecture": "ResNet50"
 
 
 
22
  }