Secerbus commited on
Commit
91d906d
·
verified ·
1 Parent(s): 19d7bd9

(Trained with Unsloth)

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