BIStudent commited on
Commit
4a43c4b
·
verified ·
1 Parent(s): 856b68f

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Mistral3ForConditionalGeneration"
4
+ ],
5
+ "image_token_index": 10,
6
+ "model_type": "mistral3",
7
+ "multimodal_projector_bias": false,
8
+ "projector_hidden_act": "gelu",
9
+ "spatial_merge_size": 2,
10
+ "text_config": {
11
+ "attention_dropout": 0.0,
12
+ "head_dim": 128,
13
+ "hidden_act": "silu",
14
+ "hidden_size": 5120,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 32768,
17
+ "max_position_embeddings": 131072,
18
+ "model_type": "mistral",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 40,
21
+ "num_key_value_heads": 8,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_theta": 1000000000.0,
24
+ "sliding_window": null,
25
+ "torch_dtype": "float16",
26
+ "use_cache": true,
27
+ "vocab_size": 131072
28
+ },
29
+ "torch_dtype": "float16",
30
+ "transformers_version": "4.51.3",
31
+ "vision_config": {
32
+ "attention_dropout": 0.0,
33
+ "head_dim": 64,
34
+ "hidden_act": "gelu",
35
+ "hidden_size": 1024,
36
+ "image_size": 1540,
37
+ "initializer_range": 0.02,
38
+ "intermediate_size": 4096,
39
+ "model_type": "pixtral",
40
+ "num_attention_heads": 16,
41
+ "num_channels": 3,
42
+ "num_hidden_layers": 24,
43
+ "patch_size": 14,
44
+ "rope_theta": 10000.0,
45
+ "torch_dtype": "float16"
46
+ },
47
+ "vision_feature_layer": -1
48
+ }