datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
StreetVision-10K
StreetVision-10K
Each sample contains:
A system prompt instructing the model to act as an OSINT/geospatial expert
A user message with a street-level photo and the instruction to determine coordinates
An assistant response with ground-truth coordinates in <direct_lon_lat_output>longitude,latitude</direct_lon_lat_output> format
Format
Each line is a JSON array of ChatML messages:
[
{"role": "system", "content": "..."},
{"role": "user", "content": [… See the full description on the dataset page: https://huggingface.co/datasets/mishl/StreetVision-10K.pittsburgh_floods_street_levelThe dataset provides fine-grained spatiotemporal information on urban floods occurring inside the city of Pittsburgh, PA, USA, from 2015 to 2024 by integrating publicly available data sources. The data sources include NOAA storm events database and Pittsburgh 311 flooding requests. Each row corresponds to one segment flood event, characterized by the street segment defined by a distinct combination of "u_node", "v_node", "length_m", and time. Each flood event was mapped to the street segments… See the full description on the dataset page: https://huggingface.co/datasets/yueq92/pittsburgh_floods_street_level.
