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
Upload v1.1
Browse files- config_setfit.json +2 -2
- model.safetensors +1 -1
- model_head.pkl +1 -1
config_setfit.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"labels": null,
|
| 3 |
+
"normalize_embeddings": false
|
| 4 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 133462128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:250b41257d5333ae85c888928095902c50ace556c7b70eb20394e40920842d89
|
| 3 |
size 133462128
|
model_head.pkl
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3935
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96d4a10e7692d068174ea8c6f0360624fb6750f48a8a85b4372663bb5e8a0df4
|
| 3 |
size 3935
|