NitroSigLIP / config.json
BenSchneider's picture
Upload model
62c9e6d verified
{
"architectures": [
"SiglipVisionModel"
],
"attention_dropout": 0.0,
"dtype": "float32",
"hidden_act": "gelu_pytorch_tanh",
"hidden_size": 1024,
"image_size": 256,
"intermediate_size": 4096,
"layer_norm_eps": 1e-06,
"model_type": "siglip_vision_model",
"num_attention_heads": 16,
"num_channels": 3,
"num_hidden_layers": 24,
"patch_size": 16,
"transformers_version": "5.0.0"
}