ChunjiangGe
commited on
Commit
•
b921016
1
Parent(s):
73f5bd2
Upload config.json with huggingface_hub
Browse files- config.json +42 -0
config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "ConvLLaVA/ConvLLaVA-ConvNeXt-1024",
|
3 |
+
"depths": [
|
4 |
+
3,
|
5 |
+
3,
|
6 |
+
27,
|
7 |
+
3,
|
8 |
+
6
|
9 |
+
],
|
10 |
+
"drop_path_rate": 0.0,
|
11 |
+
"hidden_act": "gelu",
|
12 |
+
"hidden_sizes": [
|
13 |
+
192,
|
14 |
+
384,
|
15 |
+
768,
|
16 |
+
1536,
|
17 |
+
3072
|
18 |
+
],
|
19 |
+
"image_size": 1024,
|
20 |
+
"initializer_range": 0.02,
|
21 |
+
"layer_norm_eps": 1e-12,
|
22 |
+
"layer_scale_init_value": 1e-06,
|
23 |
+
"model_type": "convnext",
|
24 |
+
"num_channels": 3,
|
25 |
+
"num_stages": 5,
|
26 |
+
"out_features": [
|
27 |
+
"stage5"
|
28 |
+
],
|
29 |
+
"out_indices": [
|
30 |
+
5
|
31 |
+
],
|
32 |
+
"patch_size": 4,
|
33 |
+
"stage_names": [
|
34 |
+
"stem",
|
35 |
+
"stage1",
|
36 |
+
"stage2",
|
37 |
+
"stage3",
|
38 |
+
"stage4",
|
39 |
+
"stage5"
|
40 |
+
],
|
41 |
+
"transformers_version": "4.33.2"
|
42 |
+
}
|