kcz358 commited on
Commit
adec761
·
verified ·
1 Parent(s): 87ebc0a

Upload config

Browse files
Files changed (1) hide show
  1. config.json +71 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Qwen/Qwen1.5-110B-Chat",
3
+ "architectures": [
4
+ "LlavaQwenForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 8192,
11
+ "image_aspect_ratio": "anyres",
12
+ "image_crop_resolution": null,
13
+ "image_grid_pinpoints": [
14
+ [
15
+ 336,
16
+ 672
17
+ ],
18
+ [
19
+ 672,
20
+ 336
21
+ ],
22
+ [
23
+ 672,
24
+ 672
25
+ ],
26
+ [
27
+ 1008,
28
+ 336
29
+ ],
30
+ [
31
+ 336,
32
+ 1008
33
+ ]
34
+ ],
35
+ "image_split_resolution": null,
36
+ "image_token_index": 151646,
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 49152,
39
+ "max_position_embeddings": 32768,
40
+ "max_window_layers": 70,
41
+ "mm_hidden_size": 1024,
42
+ "mm_patch_merge_type": "spatial_unpad",
43
+ "mm_projector_lr": null,
44
+ "mm_projector_type": "mlp2x_gelu",
45
+ "mm_resampler_type": null,
46
+ "mm_tunable_parts": "mm_vision_tower,mm_mlp_adapter,mm_language_model",
47
+ "mm_use_im_patch_token": false,
48
+ "mm_use_im_start_end": false,
49
+ "mm_vision_select_feature": "patch",
50
+ "mm_vision_select_layer": -2,
51
+ "mm_vision_tower": "openai/clip-vit-large-patch14-336",
52
+ "mm_vision_tower_lr": 2e-06,
53
+ "model_type": "llava_qwen",
54
+ "num_attention_heads": 64,
55
+ "num_hidden_layers": 80,
56
+ "num_key_value_heads": 8,
57
+ "rms_norm_eps": 1e-06,
58
+ "rope_scaling": null,
59
+ "rope_theta": 1000000.0,
60
+ "sliding_window": 32768,
61
+ "tie_word_embeddings": false,
62
+ "tokenizer_model_max_length": 32768,
63
+ "tokenizer_padding_side": "right",
64
+ "torch_dtype": "bfloat16",
65
+ "transformers_version": "4.39.3",
66
+ "use_cache": true,
67
+ "use_mm_proj": true,
68
+ "use_sliding_window": false,
69
+ "vision_tower_pretrained": null,
70
+ "vocab_size": 152064
71
+ }