Upload config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"anyres_max_patch": 6,
|
4 |
"anyres_overlap_ratio": 4,
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"frame_after_pooling": 120,
|
9 |
"attention_bias": false,
|
@@ -24,7 +24,7 @@
|
|
24 |
"max_position_embeddings": 131072,
|
25 |
"max_window_layers": 28,
|
26 |
"mm_projector_type": "mean",
|
27 |
-
"model_type": "
|
28 |
"num_attention_heads": 28,
|
29 |
"num_hidden_layers": 28,
|
30 |
"num_key_value_heads": 4,
|
|
|
3 |
"anyres_max_patch": 6,
|
4 |
"anyres_overlap_ratio": 4,
|
5 |
"architectures": [
|
6 |
+
"MMForCausalLM"
|
7 |
],
|
8 |
"frame_after_pooling": 120,
|
9 |
"attention_bias": false,
|
|
|
24 |
"max_position_embeddings": 131072,
|
25 |
"max_window_layers": 28,
|
26 |
"mm_projector_type": "mean",
|
27 |
+
"model_type": "mm",
|
28 |
"num_attention_heads": 28,
|
29 |
"num_hidden_layers": 28,
|
30 |
"num_key_value_heads": 4,
|