This model has been pushed to the Hub using the PytorchModelHubMixin integration:

This version of SLED embeds in 768 dimensions and uses the RFF position encoder popularized by GeoCLIP. It is trained on

It trains against the following teacher encoders

To load these weights, run the following:

from sled_geo import get_encoder
my_sled_model = get_encoder.get_rff_encoder(embed_dim=768)
my_sled_model.from_pretrained("geohai/sled-s1-s2-ls")
new_york_location = torch.tensor([[-73.935242, 40.730610]]) #lon,lat
my_sled_model(new_york_location) #returns a tensor of [1, 768] shape
Downloads last month
71
Safetensors
Model size
14.2M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support