mmenendezg
commited on
Commit
·
21e1d45
1
Parent(s):
ba25053
Upload MobileViTForSemanticSegmentation
Browse files- config.json +54 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "apple/deeplabv3-mobilevit-xx-small",
|
3 |
+
"architectures": [
|
4 |
+
"MobileViTForSemanticSegmentation"
|
5 |
+
],
|
6 |
+
"aspp_dropout_prob": 0.1,
|
7 |
+
"aspp_out_channels": 256,
|
8 |
+
"atrous_rates": [
|
9 |
+
6,
|
10 |
+
12,
|
11 |
+
18
|
12 |
+
],
|
13 |
+
"attention_probs_dropout_prob": 0.0,
|
14 |
+
"classifier_dropout_prob": 0.1,
|
15 |
+
"conv_kernel_size": 3,
|
16 |
+
"expand_ratio": 2.0,
|
17 |
+
"hidden_act": "silu",
|
18 |
+
"hidden_dropout_prob": 0.05,
|
19 |
+
"hidden_sizes": [
|
20 |
+
64,
|
21 |
+
80,
|
22 |
+
96
|
23 |
+
],
|
24 |
+
"id2label": {
|
25 |
+
"0": "Background",
|
26 |
+
"1": "Neuron"
|
27 |
+
},
|
28 |
+
"image_size": 512,
|
29 |
+
"initializer_range": 0.02,
|
30 |
+
"label2id": {
|
31 |
+
"Background": 0,
|
32 |
+
"Neuron": 1
|
33 |
+
},
|
34 |
+
"layer_norm_eps": 1e-05,
|
35 |
+
"mlp_ratio": 2.0,
|
36 |
+
"model_type": "mobilevit",
|
37 |
+
"neck_hidden_sizes": [
|
38 |
+
16,
|
39 |
+
16,
|
40 |
+
24,
|
41 |
+
48,
|
42 |
+
64,
|
43 |
+
80,
|
44 |
+
320
|
45 |
+
],
|
46 |
+
"num_attention_heads": 4,
|
47 |
+
"num_channels": 3,
|
48 |
+
"output_stride": 16,
|
49 |
+
"patch_size": 2,
|
50 |
+
"qkv_bias": true,
|
51 |
+
"semantic_loss_ignore_index": 255,
|
52 |
+
"torch_dtype": "float32",
|
53 |
+
"transformers_version": "4.35.0"
|
54 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c7ebf2f13c2b03b4dae78960c66cf62dce352c3a7dac5064e96d53f4b14d0fee
|
3 |
+
size 7475944
|