Upload config.json with huggingface_hub
Browse files- config.json +44 -0
config.json
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "google/gemma-3-27b-it",
|
3 |
+
"architectures": [
|
4 |
+
"Gemma3ForConditionalGeneration"
|
5 |
+
],
|
6 |
+
"boi_token_index": 255999,
|
7 |
+
"eoi_token_index": 256000,
|
8 |
+
"eos_token_id": [
|
9 |
+
1,
|
10 |
+
106
|
11 |
+
],
|
12 |
+
"image_token_index": 262144,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"mm_tokens_per_image": 256,
|
15 |
+
"model_type": "gemma3",
|
16 |
+
"text_config": {
|
17 |
+
"head_dim": 128,
|
18 |
+
"hidden_size": 5376,
|
19 |
+
"intermediate_size": 21504,
|
20 |
+
"model_type": "gemma3_text",
|
21 |
+
"num_attention_heads": 32,
|
22 |
+
"num_hidden_layers": 62,
|
23 |
+
"num_key_value_heads": 16,
|
24 |
+
"query_pre_attn_scalar": 168,
|
25 |
+
"rope_scaling": {
|
26 |
+
"factor": 8.0,
|
27 |
+
"rope_type": "linear"
|
28 |
+
},
|
29 |
+
"sliding_window": 1024
|
30 |
+
},
|
31 |
+
"torch_dtype": "bfloat16",
|
32 |
+
"transformers_version": "4.50.0.dev0",
|
33 |
+
"vision_config": {
|
34 |
+
"hidden_size": 1152,
|
35 |
+
"image_size": 896,
|
36 |
+
"intermediate_size": 4304,
|
37 |
+
"model_type": "siglip_vision_model",
|
38 |
+
"num_attention_heads": 16,
|
39 |
+
"num_hidden_layers": 27,
|
40 |
+
"patch_size": 14,
|
41 |
+
"vision_use_head": false
|
42 |
+
}
|
43 |
+
}
|
44 |
+
|