Richard1999 commited on
Commit
fcc0fb1
·
verified ·
1 Parent(s): 6289e79

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "anyres_max_patch": 6,
4
  "anyres_overlap_ratio": 4,
5
  "architectures": [
6
- "BCMMForCausalLM"
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": "bcmm",
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,