File size: 780 Bytes
882ffbb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "architectures": ["Gemma3ForConditionalGeneration"],
  "model_type": "gemma3",
  "torch_dtype": "bfloat16",
  "text_config": {
    "model_type": "gemma3_text",
    "num_hidden_layers": 34,
    "hidden_size": 2560,
    "intermediate_size": 10240,
    "num_attention_heads": 8,
    "num_key_value_heads": 4,
    "sliding_window": 1024,
    "rope_scaling": { "factor": 8.0, "rope_type": "linear" },
    "rms_norm_eps": 1e-06,
    "head_dim": 256,
    "hidden_activation": "gelu_pytorch_tanh",
    "vocab_size": 262208
  },
  "vision_config": {
    "model_type": "siglip_vision_model",
    "num_hidden_layers": 0,
    "hidden_size": 1152,
    "intermediate_size": 4304,
    "num_attention_heads": 16,
    "image_size": 896,
    "patch_size": 14,
    "vision_use_head": false
  }
}