OrcaDB / distilbert-base-uncased

huggingface.co
Total runs: 66.0K
24-hour runs: 0
7-day runs: 0
30-day runs: -32.6K
Model's Last Updated: November 05 2025
sentence-similarity

Introduction of distilbert-base-uncased

Model Details of distilbert-base-uncased

SentenceTransformer based on distilbert/distilbert-base-uncased

This is a sentence-transformers model finetuned from distilbert/distilbert-base-uncased . It maps sentences & paragraphs to a 768-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: distilbert/distilbert-base-uncased
  • Maximum Sequence Length: 512 tokens
  • Output Dimensionality: 768 dimensions
  • Similarity Function: Cosine Similarity
Model Sources
Full Model Architecture
SentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False, 'architecture': 'DistilBertModel'})
  (1): Pooling({'word_embedding_dimension': 768, '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/distilbert-base-uncased")
# 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, 768]

# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities)
# tensor([[1.0000, 0.8193, 0.7018],
#         [0.8193, 1.0000, 0.6699],
#         [0.7018, 0.6699, 1.0000]])
Training Details
Framework Versions
  • Python: 3.12.8
  • Sentence Transformers: 5.1.0
  • Transformers: 4.55.4
  • PyTorch: 2.8.0
  • Accelerate: 1.5.2
  • Datasets: 3.5.0
  • Tokenizers: 0.21.1
Citation
BibTeX

Runs of OrcaDB distilbert-base-uncased on huggingface.co

66.0K
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
-32.6K
30-day runs

More Information About distilbert-base-uncased huggingface.co Model

distilbert-base-uncased huggingface.co

distilbert-base-uncased huggingface.co is an AI model on huggingface.co that provides distilbert-base-uncased's model effect (), which can be used instantly with this OrcaDB distilbert-base-uncased model. huggingface.co supports a free trial of the distilbert-base-uncased model, and also provides paid use of the distilbert-base-uncased. Support call distilbert-base-uncased model through api, including Node.js, Python, http.

distilbert-base-uncased huggingface.co Url

https://huggingface.co/OrcaDB/distilbert-base-uncased

OrcaDB distilbert-base-uncased online free

distilbert-base-uncased huggingface.co is an online trial and call api platform, which integrates distilbert-base-uncased's modeling effects, including api services, and provides a free online trial of distilbert-base-uncased, you can try distilbert-base-uncased online for free by clicking the link below.

OrcaDB distilbert-base-uncased online free url in huggingface.co:

https://huggingface.co/OrcaDB/distilbert-base-uncased

distilbert-base-uncased install

distilbert-base-uncased is an open source model from GitHub that offers a free installation service, and any user can find distilbert-base-uncased on GitHub to install. At the same time, huggingface.co provides the effect of distilbert-base-uncased install, users can directly use distilbert-base-uncased installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

distilbert-base-uncased install url in huggingface.co:

https://huggingface.co/OrcaDB/distilbert-base-uncased

Url of distilbert-base-uncased

distilbert-base-uncased huggingface.co Url

Provider of distilbert-base-uncased 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:June 16 2025
huggingface.co

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

Total runs: 98
Run Growth: -33
Growth Rate: -33.67%
Updated:June 16 2025
huggingface.co

Total runs: 92
Run Growth: -30
Growth Rate: -32.61%
Updated:June 16 2025
huggingface.co

Total runs: 85
Run Growth: -22
Growth Rate: -25.58%
Updated:June 13 2025
huggingface.co

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

Total runs: 25
Run Growth: -39
Growth Rate: -156.00%
Updated:January 03 2025