prince-canuma
commited on
Update config.json
Browse files- config.json +3 -4
config.json
CHANGED
@@ -21,7 +21,6 @@
|
|
21 |
"mm_hidden_size": 1152,
|
22 |
"mm_projector_lr": null,
|
23 |
"mm_projector_type": "mlp2x_gelu",
|
24 |
-
"mm_vision_tower": "google/siglip-so400m-patch14-384",
|
25 |
"vision_config": {
|
26 |
"return_dict": true,
|
27 |
"tie_word_embeddings": true,
|
@@ -67,11 +66,11 @@
|
|
67 |
"model_type": "llava-qwen2",
|
68 |
"num_attention_heads": 16,
|
69 |
"num_hidden_layers": 24,
|
|
|
70 |
"quantization": {
|
71 |
-
|
72 |
-
|
73 |
},
|
74 |
-
"num_key_value_heads": 16,
|
75 |
"rms_norm_eps": 1e-06,
|
76 |
"rope_theta": 1000000.0,
|
77 |
"sliding_window": 4096,
|
|
|
21 |
"mm_hidden_size": 1152,
|
22 |
"mm_projector_lr": null,
|
23 |
"mm_projector_type": "mlp2x_gelu",
|
|
|
24 |
"vision_config": {
|
25 |
"return_dict": true,
|
26 |
"tie_word_embeddings": true,
|
|
|
66 |
"model_type": "llava-qwen2",
|
67 |
"num_attention_heads": 16,
|
68 |
"num_hidden_layers": 24,
|
69 |
+
"num_key_value_heads": 16,
|
70 |
"quantization": {
|
71 |
+
"group_size": 64,
|
72 |
+
"bits": 4
|
73 |
},
|
|
|
74 |
"rms_norm_eps": 1e-06,
|
75 |
"rope_theta": 1000000.0,
|
76 |
"sliding_window": 4096,
|