Text Classification
setfit
Safetensors
sentence-transformers
bert
geospatial
spatial-queries
text-embeddings-inference
Instructions to use ilyankou/is-geospatial-query with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- setfit
How to use ilyankou/is-geospatial-query with setfit:
from setfit import SetFitModel model = SetFitModel.from_pretrained("ilyankou/is-geospatial-query") - sentence-transformers
How to use ilyankou/is-geospatial-query with sentence-transformers:
from sentence_transformers import SentenceTransformer model = SentenceTransformer("ilyankou/is-geospatial-query") sentences = [ "The weather is lovely today.", "It's so sunny outside!", "He drove to the stadium." ] embeddings = model.encode(sentences) similarities = model.similarity(embeddings, embeddings) print(similarities.shape) # [3, 3] - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 196aac6d7e8141deffa6a3ec1263a718919578e9407a5f62afabdacc2de8b64e
- Size of remote file:
- 3.94 kB
- SHA256:
- 96d4a10e7692d068174ea8c6f0360624fb6750f48a8a85b4372663bb5e8a0df4
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.