Upload MobileNetV2ForImageClassification
Browse files- config.json +25 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"image_size": 224,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"layer_norm_eps": 0.001,
|
16 |
+
"min_depth": 8,
|
17 |
+
"model_type": "mobilenet_v2",
|
18 |
+
"num_channels": 3,
|
19 |
+
"output_stride": 32,
|
20 |
+
"problem_type": "single_label_classification",
|
21 |
+
"semantic_loss_ignore_index": 255,
|
22 |
+
"tf_padding": true,
|
23 |
+
"torch_dtype": "float32",
|
24 |
+
"transformers_version": "4.35.2"
|
25 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cae8b1bd639ffe86cf91a475ce200a0e488c0e42aaaa2a40a3deaa585737c997
|
3 |
+
size 9080216
|