varb15 commited on
Commit
5c925d1
1 Parent(s): 1ff8004

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -6,11 +6,13 @@
6
  "ignore_index": -100,
7
  "image_seq_length": 1,
8
  "image_token_index": 10,
9
- "model_type": "llava",
10
  "projector_hidden_act": "gelu",
11
  "text_config": {
12
  "hidden_size": 5120,
13
  "intermediate_size": 14336,
 
 
14
  "max_position_embeddings": 1024000,
15
  "model_type": "mistral",
16
  "num_hidden_layers": 40,
 
6
  "ignore_index": -100,
7
  "image_seq_length": 1,
8
  "image_token_index": 10,
9
+ "model_type": "pixtral",
10
  "projector_hidden_act": "gelu",
11
  "text_config": {
12
  "hidden_size": 5120,
13
  "intermediate_size": 14336,
14
+ "num_attention_heads": 32,
15
+ "head_dim": 128,
16
  "max_position_embeddings": 1024000,
17
  "model_type": "mistral",
18
  "num_hidden_layers": 40,