mrcuddle commited on
Commit
702a360
1 Parent(s): 31bc97e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +24 -36
config.json CHANGED
@@ -10,43 +10,31 @@
10
  "model_type": "llava",
11
  "projector_hidden_act": "gelu",
12
  "text_config": {
13
- "attention_bias": false,
14
- "attention_dropout": 0.0,
15
- "bos_token_id": 128000,
16
- "eos_token_id": 128009,
17
- "hidden_act": "silu",
18
- "hidden_size": 4096,
19
- "initializer_range": 0.02,
20
  "intermediate_size": 14336,
21
- "max_position_embeddings": 131072,
22
- "mlp_bias": false,
23
- "model_type": "llama",
24
- "num_attention_heads": 32,
25
- "num_hidden_layers": 32,
26
  "num_key_value_heads": 8,
27
- "pad_token_id": 128004,
28
- "pretraining_tp": 1,
29
  "rms_norm_eps": 1e-05,
30
- "rope_scaling": {
31
- "factor": 8.0,
32
- "high_freq_factor": 4.0,
33
- "low_freq_factor": 1.0,
34
- "original_max_position_embeddings": 8192,
35
- "rope_type": "llama3"
36
- },
37
- "torch_dtype": "bfloat16",
38
- "transformers_version": null,
39
- "vision_config": {
40
- "head_dim": 64,
41
- "hidden_act": "silu",
42
- "image_size": 1024,
43
- "is_composition": true,
44
- "model_type": "pixtral",
45
- "patch_size": 16,
46
- "rope_theta": 10000.0,
47
- "tie_word_embeddings": false
48
- },
49
- "vision_feature_layer": -1,
50
- "vision_feature_select_strategy": "full"
51
- }
52
  }
 
10
  "model_type": "llava",
11
  "projector_hidden_act": "gelu",
12
  "text_config": {
13
+ "hidden_size": 5120,
14
+ "head_dim": 128,
 
 
 
 
 
15
  "intermediate_size": 14336,
16
+ "is_composition": true,
17
+ "max_position_embeddings": 1024000,
18
+ "model_type": "mistral",
19
+ "num_hidden_layers": 40,
 
20
  "num_key_value_heads": 8,
 
 
21
  "rms_norm_eps": 1e-05,
22
+ "rope_theta": 1000000000.0,
23
+ "sliding_window": null,
24
+ "vocab_size": 131072
25
+ },
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": null,
28
+ "vision_config": {
29
+ "head_dim": 64,
30
+ "hidden_act": "silu",
31
+ "image_size": 1024,
32
+ "is_composition": true,
33
+ "model_type": "pixtral",
34
+ "patch_size": 16,
35
+ "rope_theta": 10000.0,
36
+ "tie_word_embeddings": false
37
+ },
38
+ "vision_feature_layer": -1,
39
+ "vision_feature_select_strategy": "full"
 
 
 
 
40
  }