Niletest / config.json
wailji's picture
Upload 8 files
882ffbb verified
{
"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
}
}