ChunjiangGe commited on
Commit
11a422f
1 Parent(s): 66e42c4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +42 -0
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ConvLLaVA/ConvLLaVA-ConvNeXt-1536",
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": 1536,
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
+ }