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.
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 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:
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: