This is a
sentence-transformers
model finetuned from
Supabase/gte-small
. It maps sentences & paragraphs to a 384-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("OrcaDB/gte-small")
# Run inference
sentences = [
'The weather is lovely today.',
"It's so sunny outside!",
'He drove to the stadium.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 384]# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
Training Details
Framework Versions
Python: 3.12.10
Sentence Transformers: 3.1.1
Transformers: 4.45.2
PyTorch: 2.6.0
Accelerate: 1.6.0
Datasets: 3.5.0
Tokenizers: 0.20.3
Citation
BibTeX
Runs of OrcaDB gte-small on huggingface.co
92
Total runs
0
24-hour runs
12
3-day runs
15
7-day runs
-19
30-day runs
More Information About gte-small huggingface.co Model
gte-small huggingface.co
gte-small huggingface.co is an AI model on huggingface.co that provides gte-small's model effect (), which can be used instantly with this OrcaDB gte-small model. huggingface.co supports a free trial of the gte-small model, and also provides paid use of the gte-small. Support call gte-small model through api, including Node.js, Python, http.
gte-small huggingface.co is an online trial and call api platform, which integrates gte-small's modeling effects, including api services, and provides a free online trial of gte-small, you can try gte-small online for free by clicking the link below.
OrcaDB gte-small online free url in huggingface.co:
gte-small is an open source model from GitHub that offers a free installation service, and any user can find gte-small on GitHub to install. At the same time, huggingface.co provides the effect of gte-small install, users can directly use gte-small installed effect in huggingface.co for debugging and trial. It also supports api for free installation.