wangst0181 commited on
Commit
b27e5aa
·
verified ·
1 Parent(s): 20181f2

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +47 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/data/user/qxiao183/qxiao183test2/PLM-V/MM-Pretrain/models/LLaVA-PLM-1.8B-Instruct-hf",
3
+ "architectures": [
4
+ "LlavaPLMForConditionalGeneration"
5
+ ],
6
+ "model_type": "llava_plm",
7
+ "ignore_index": -100,
8
+ "image_token_index": 151646,
9
+ "projector_hidden_act": "gelu",
10
+ "torch_dtype": "bfloat16",
11
+ "transformers_version": "4.43.4",
12
+ "vision_feature_layer": -2,
13
+ "vision_feature_select_strategy": "full",
14
+ "text_config": {
15
+ "model_type": "plm",
16
+ "attention_bias": false,
17
+ "attention_dropout": 0.0,
18
+ "bos_token_id": 151643,
19
+ "eos_token_id": 151643,
20
+ "hidden_act": "relu2",
21
+ "hidden_size": 2048,
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 8192,
24
+ "max_position_embeddings": 4096,
25
+ "num_attention_heads": 16,
26
+ "num_hidden_layers": 32,
27
+ "num_key_value_heads": 16,
28
+ "pretraining_tp": 1,
29
+ "qk_nope_head_dim": 128,
30
+ "qk_rope_head_dim": 64,
31
+ "rms_norm_eps": 1e-06,
32
+ "rope_scaling": null,
33
+ "rope_theta": 100000.0,
34
+ "use_cache": true,
35
+ "v_head_dim": 128,
36
+ "vocab_size": 151936
37
+ },
38
+ "vision_config": {
39
+ "model_type": "siglip_vision_model",
40
+ "hidden_size": 1152,
41
+ "image_size": 384,
42
+ "intermediate_size": 4304,
43
+ "num_attention_heads": 16,
44
+ "num_hidden_layers": 27,
45
+ "patch_size": 16
46
+ }
47
+ }