Edit model card

Model: Geoclip (https://arxiv.org/abs/2309.16020)

Example Usage:

from huggingface_hub import hf_hub_download
import torch

hf_hub_download("MVRL/geoclip-location-encoder", "model.py", local_dir=".")

from model import LocationEncoder

model = LocationEncoder.from_pretrained("MVRL/geoclip-location-encoder")

print(model(torch.tensor([[42.0, 128.0]])).shape)
Downloads last month

-

Downloads are not tracked for this model. How to track
Unable to determine this model's library. Check the docs .

Collection including MVRL/geoclip-location-encoder