Upload MobileNetV2ForImageClassification
Browse files- config.json +39 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/mobilenet_v2_1.0_224",
|
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": "0",
|
15 |
+
"1": "1",
|
16 |
+
"2": "2",
|
17 |
+
"3": "3",
|
18 |
+
"4": "4"
|
19 |
+
},
|
20 |
+
"image_size": 224,
|
21 |
+
"initializer_range": 0.02,
|
22 |
+
"label2id": {
|
23 |
+
"0": 0,
|
24 |
+
"1": 1,
|
25 |
+
"2": 2,
|
26 |
+
"3": 3,
|
27 |
+
"4": 4
|
28 |
+
},
|
29 |
+
"layer_norm_eps": 0.001,
|
30 |
+
"min_depth": 8,
|
31 |
+
"model_type": "mobilenet_v2",
|
32 |
+
"num_channels": 3,
|
33 |
+
"output_stride": 32,
|
34 |
+
"problem_type": "single_label_classification",
|
35 |
+
"semantic_loss_ignore_index": 255,
|
36 |
+
"tf_padding": true,
|
37 |
+
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.35.0"
|
39 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf4b98660d689eb5e6f65b5e39ac78b27641303540e6def6cb64735b21286cda
|
3 |
+
size 9095588
|