Peraboom commited on
Commit
33b4546
·
verified ·
1 Parent(s): c700455
Files changed (2) hide show
  1. config.json +69 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileViTForImageClassification"
4
+ ],
5
+ "aspp_dropout_prob": 0.1,
6
+ "aspp_out_channels": 256,
7
+ "atrous_rates": [
8
+ 6,
9
+ 12,
10
+ 18
11
+ ],
12
+ "attention_probs_dropout_prob": 0.0,
13
+ "classifier_dropout_prob": 0.1,
14
+ "conv_kernel_size": 3,
15
+ "expand_ratio": 4.0,
16
+ "hidden_act": "silu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_sizes": [
19
+ 144,
20
+ 192,
21
+ 240
22
+ ],
23
+ "id2label": {
24
+ "0": "LABEL_0",
25
+ "1": "LABEL_1",
26
+ "2": "LABEL_2",
27
+ "3": "LABEL_3",
28
+ "4": "LABEL_4",
29
+ "5": "LABEL_5",
30
+ "6": "LABEL_6",
31
+ "7": "LABEL_7",
32
+ "8": "LABEL_8",
33
+ "9": "LABEL_9"
34
+ },
35
+ "image_size": 256,
36
+ "initializer_range": 0.02,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2,
41
+ "LABEL_3": 3,
42
+ "LABEL_4": 4,
43
+ "LABEL_5": 5,
44
+ "LABEL_6": 6,
45
+ "LABEL_7": 7,
46
+ "LABEL_8": 8,
47
+ "LABEL_9": 9
48
+ },
49
+ "layer_norm_eps": 1e-05,
50
+ "mlp_ratio": 2.0,
51
+ "model_type": "mobilevit",
52
+ "neck_hidden_sizes": [
53
+ 16,
54
+ 32,
55
+ 64,
56
+ 96,
57
+ 128,
58
+ 160,
59
+ 640
60
+ ],
61
+ "num_attention_heads": 4,
62
+ "num_channels": 3,
63
+ "output_stride": 32,
64
+ "patch_size": 2,
65
+ "qkv_bias": true,
66
+ "semantic_loss_ignore_index": 255,
67
+ "torch_dtype": "float32",
68
+ "transformers_version": "4.44.2"
69
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:472a1b180ffa631f4c4c8c522d34dea15c1b4d4c72c25d7cd8c409ad29c722f2
3
+ size 19971126