geospot-base / config.json
sdan's picture
Upload folder using huggingface_hub
32f164c verified
{
"model_type": "geoclip",
"encoder_name": "siglip2",
"backbone": "google/siglip2-so400m-patch16-512",
"image_resolution": 512,
"embedding_dim": 512,
"location_encoder": {
"sigma": [
1,
16,
256
],
"hidden_dim": 1024
},
"queue_size": 15360,
"training": {
"steps": 206000,
"batch_size": 256,
"lr": 0.0003,
"precision": "bf16"
}
}