alfiannajih commited on
Commit
8b07714
·
verified ·
1 Parent(s): f7b2bd4

Upload model

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
- "_attn_implementation_autoset": true,
 
 
3
  "auto_map": {
4
- "AutoConfig": "config.MobileNetV3Config"
 
5
  },
6
  "id2label": {
7
  "0": "cardboard",
@@ -13,5 +16,6 @@
13
  },
14
  "model_type": "mobilenetv3",
15
  "num_classes": 6,
 
16
  "transformers_version": "4.46.3"
17
  }
 
1
  {
2
+ "architectures": [
3
+ "MobileNetV3Model"
4
+ ],
5
  "auto_map": {
6
+ "AutoConfig": "config.MobileNetV3Config",
7
+ "AutoModelForImageClassification": "model.MobileNetV3Model"
8
  },
9
  "id2label": {
10
  "0": "cardboard",
 
16
  },
17
  "model_type": "mobilenetv3",
18
  "num_classes": 6,
19
+ "torch_dtype": "float32",
20
  "transformers_version": "4.46.3"
21
  }