kd13 commited on
Commit
73d1ecf
·
verified ·
1 Parent(s): 18d5c02

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
  "architectures": [
3
- "SqueezeNetForImageClassification"
4
  ],
5
  "auto_map": {
6
- "AutoConfig": "configuration_squeezenet.SqueezeNetConfig",
7
- "AutoModelForImageClassification": "modeling_squeezenet.SqueezeNetForImageClassification"
8
  },
9
  "final_dropout": 0.5,
10
- "fire_dropout": 0.0,
11
  "id2label": {
12
  "0": "goldfish",
13
  "1": "European fire salamander",
@@ -412,7 +412,7 @@
412
  "slug": 198,
413
  "orange": 199
414
  },
415
- "model_type": "squeezenet_custom",
416
  "num_classes": 200,
417
  "torch_dtype": "float32"
418
  }
 
1
  {
2
  "architectures": [
3
+ "MobileNetForImageClassification"
4
  ],
5
  "auto_map": {
6
+ "AutoConfig": "configuration_mobilenet.MobileNetConfig",
7
+ "AutoModelForImageClassification": "modeling_mobilenet.MobileNetForImageClassification"
8
  },
9
  "final_dropout": 0.5,
10
+ "block_dropout": 0.0,
11
  "id2label": {
12
  "0": "goldfish",
13
  "1": "European fire salamander",
 
412
  "slug": 198,
413
  "orange": 199
414
  },
415
+ "model_type": "mobilenet_custom",
416
  "num_classes": 200,
417
  "torch_dtype": "float32"
418
  }