Upload MobileNetV2ForImageClassification
Browse files- config.json +41 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "./out/model/final_model",
|
3 |
+
"architectures": [
|
4 |
+
"MobileNetV2ForImageClassification"
|
5 |
+
],
|
6 |
+
"classifier_dropout_prob": 0.2,
|
7 |
+
"depth_divisible_by": 8,
|
8 |
+
"depth_multiplier": 1.0,
|
9 |
+
"expand_ratio": 6,
|
10 |
+
"finegrained_output": true,
|
11 |
+
"first_layer_is_expansion": true,
|
12 |
+
"hidden_act": "relu6",
|
13 |
+
"id2label": {
|
14 |
+
"0": "1",
|
15 |
+
"1": "2",
|
16 |
+
"2": "3",
|
17 |
+
"3": "4",
|
18 |
+
"4": "5",
|
19 |
+
"5": "6"
|
20 |
+
},
|
21 |
+
"image_size": 224,
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"label2id": {
|
24 |
+
"1": "0",
|
25 |
+
"2": "1",
|
26 |
+
"3": "2",
|
27 |
+
"4": "3",
|
28 |
+
"5": "4",
|
29 |
+
"6": "5"
|
30 |
+
},
|
31 |
+
"layer_norm_eps": 0.001,
|
32 |
+
"min_depth": 8,
|
33 |
+
"model_type": "mobilenet_v2",
|
34 |
+
"num_channels": 3,
|
35 |
+
"output_stride": 32,
|
36 |
+
"problem_type": "single_label_classification",
|
37 |
+
"semantic_loss_ignore_index": 255,
|
38 |
+
"tf_padding": true,
|
39 |
+
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.44.2"
|
41 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49c0582b6f59c0cac79962a04bb630bc84a3c0cb727daddc9b6ef3f65db7530d
|
3 |
+
size 9100712
|