OrcaDB / gte-small

huggingface.co
Total runs: 92
24-hour runs: 0
7-day runs: 15
30-day runs: -19
Model's Last Updated: Juni 13 2025
sentence-similarity

Introduction of gte-small

Model Details of gte-small

SentenceTransformer based on Supabase/gte-small

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.

Model Details
Model Description
  • Model Type: Sentence Transformer
  • Base model: Supabase/gte-small
  • Maximum Sequence Length: 512 tokens
  • Output Dimensionality: 384 tokens
  • Similarity Function: Cosine Similarity
Model Sources
Full Model Architecture
SentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel 
  (1): Pooling({'word_embedding_dimension': 384, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
)
Usage
Direct Usage (Sentence Transformers)

First install the Sentence Transformers library:

pip install -U sentence-transformers

Then you can load this model and run inference.

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 Url

https://huggingface.co/OrcaDB/gte-small

OrcaDB gte-small online free

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:

https://huggingface.co/OrcaDB/gte-small

gte-small install

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.

gte-small install url in huggingface.co:

https://huggingface.co/OrcaDB/gte-small

Url of gte-small

gte-small huggingface.co Url

Provider of gte-small huggingface.co

OrcaDB
ORGANIZATIONS

Other API from OrcaDB

huggingface.co

Total runs: 1.8K
Run Growth: -428
Growth Rate: -24.04%
Updated:November 09 2024
huggingface.co

Total runs: 1.2K
Run Growth: -236
Growth Rate: -19.31%
Updated:Juni 16 2025
huggingface.co

Total runs: 847
Run Growth: -363
Growth Rate: -42.86%
Updated:Juni 16 2025
huggingface.co

Total runs: 110
Run Growth: -32
Growth Rate: -29.09%
Updated:Juni 16 2025
huggingface.co

Total runs: 106
Run Growth: -38
Growth Rate: -35.85%
Updated:Juni 16 2025
huggingface.co

Total runs: 38
Run Growth: 27
Growth Rate: 71.05%
Updated:Juni 16 2025
huggingface.co

Total runs: 25
Run Growth: -60
Growth Rate: -240.00%
Updated:Januar 03 2025