Horkios commited on
Commit
3f09395
·
verified ·
1 Parent(s): 05a05de

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +45 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "quantization": {
13
+ "group_size": 64,
14
+ "bits": 4
15
+ },
16
+ "quantization_config": {
17
+ "group_size": 64,
18
+ "bits": 4
19
+ },
20
+ "spatial_merge_size": 2,
21
+ "text_config": {
22
+ "attention_dropout": 0.0,
23
+ "torch_dtype": "bfloat16",
24
+ "head_dim": 128,
25
+ "hidden_act": "silu",
26
+ "hidden_size": 5120,
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 32768,
29
+ "max_position_embeddings": 131072,
30
+ "model_type": "mistral",
31
+ "num_attention_heads": 32,
32
+ "num_hidden_layers": 40,
33
+ "num_key_value_heads": 8,
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_theta": 1000000000.0,
36
+ "sliding_window": null,
37
+ "use_cache": true,
38
+ "vocab_size": 131072,
39
+ "tie_word_embeddings": false
40
+ },
41
+ "torch_dtype": "bfloat16",
42
+ "transformers_version": "4.56.1",
43
+ "unsloth_fixed": true,
44
+ "vision_feature_layer": -1
45
+ }