wchai commited on
Commit
3211cda
1 Parent(s): c60012f

Upload 3_8b_image/visual_encoder/config.json with huggingface_hub

Browse files
3_8b_image/visual_encoder/config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/data/wenhao/projects/xtuner/work_dirs/final_new_v/visual_encoder",
3
+ "architectures": [
4
+ "PikaSigVidEncoder"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "hidden_act": "gelu_pytorch_tanh",
8
+ "hidden_size": 1152,
9
+ "image_size": 384,
10
+ "intermediate_size": 4304,
11
+ "layer_norm_eps": 1e-06,
12
+ "model_type": "siglip_vision_model",
13
+ "num_attention_heads": 16,
14
+ "num_channels": 3,
15
+ "num_hidden_layers": 27,
16
+ "patch_size": 14,
17
+ "torch_dtype": "float32",
18
+ "transformers_version": "4.39.2"
19
+ }