Jingya HF staff commited on
Commit
64675ce
1 Parent(s): 4d73069

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +115 -0
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "apple/deeplabv3-mobilevit-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": 4.0,
17
+ "hidden_act": "silu",
18
+ "hidden_dropout_prob": 0.1,
19
+ "hidden_sizes": [
20
+ 144,
21
+ 192,
22
+ 240
23
+ ],
24
+ "id2label": {
25
+ "0": "background",
26
+ "1": "aeroplane",
27
+ "2": "bicycle",
28
+ "3": "bird",
29
+ "4": "boat",
30
+ "5": "bottle",
31
+ "6": "bus",
32
+ "7": "car",
33
+ "8": "cat",
34
+ "9": "chair",
35
+ "10": "cow",
36
+ "11": "diningtable",
37
+ "12": "dog",
38
+ "13": "horse",
39
+ "14": "motorbike",
40
+ "15": "person",
41
+ "16": "pottedplant",
42
+ "17": "sheep",
43
+ "18": "sofa",
44
+ "19": "train",
45
+ "20": "tvmonitor"
46
+ },
47
+ "image_size": 512,
48
+ "initializer_range": 0.02,
49
+ "label2id": {
50
+ "aeroplane": 1,
51
+ "background": 0,
52
+ "bicycle": 2,
53
+ "bird": 3,
54
+ "boat": 4,
55
+ "bottle": 5,
56
+ "bus": 6,
57
+ "car": 7,
58
+ "cat": 8,
59
+ "chair": 9,
60
+ "cow": 10,
61
+ "diningtable": 11,
62
+ "dog": 12,
63
+ "horse": 13,
64
+ "motorbike": 14,
65
+ "person": 15,
66
+ "pottedplant": 16,
67
+ "sheep": 17,
68
+ "sofa": 18,
69
+ "train": 19,
70
+ "tvmonitor": 20
71
+ },
72
+ "layer_norm_eps": 1e-05,
73
+ "mlp_ratio": 2.0,
74
+ "model_type": "mobilevit",
75
+ "neck_hidden_sizes": [
76
+ 16,
77
+ 32,
78
+ 64,
79
+ 96,
80
+ 128,
81
+ 160,
82
+ 640
83
+ ],
84
+ "neuron": {
85
+ "auto_cast": null,
86
+ "auto_cast_type": null,
87
+ "compiler_type": "neuronx-cc",
88
+ "compiler_version": "2.13.66.0+6dfecc895",
89
+ "dynamic_batch_size": false,
90
+ "inline_weights_to_neff": false,
91
+ "input_names": [
92
+ "pixel_values"
93
+ ],
94
+ "model_type": "mobilevit",
95
+ "optlevel": "2",
96
+ "output_attentions": false,
97
+ "output_hidden_states": false,
98
+ "output_names": [
99
+ "logits"
100
+ ],
101
+ "static_batch_size": 1,
102
+ "static_image_size": 512,
103
+ "static_num_channels": 3,
104
+ "static_patch_size": 2
105
+ },
106
+ "num_attention_heads": 4,
107
+ "num_channels": 3,
108
+ "output_stride": 16,
109
+ "patch_size": 2,
110
+ "qkv_bias": true,
111
+ "semantic_loss_ignore_index": 255,
112
+ "task": "semantic-segmentation",
113
+ "torchscript": true,
114
+ "transformers_version": "4.40.2"
115
+ }