SentenceTransformer based on huggingface/CodeBERTa-small-v1
This is a
sentence-transformers
model finetuned from
huggingface/CodeBERTa-small-v1
. 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("buelfhood/CodeBERTa-small-v1")
# 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.shape)
# [3, 3]
Training Details
Framework Versions
Python: 3.11.11
Sentence Transformers: 3.4.1
Transformers: 4.50.2
PyTorch: 2.6.0+cu124
Accelerate: 1.5.2
Datasets:
Tokenizers: 0.21.1
Citation
BibTeX
Runs of buelfhood CodeBERTa-small-v1-ST on huggingface.co
1
Total runs
0
24-hour runs
0
3-day runs
1
7-day runs
1
30-day runs
More Information About CodeBERTa-small-v1-ST huggingface.co Model
CodeBERTa-small-v1-ST huggingface.co
CodeBERTa-small-v1-ST huggingface.co is an AI model on huggingface.co that provides CodeBERTa-small-v1-ST's model effect (), which can be used instantly with this buelfhood CodeBERTa-small-v1-ST model. huggingface.co supports a free trial of the CodeBERTa-small-v1-ST model, and also provides paid use of the CodeBERTa-small-v1-ST. Support call CodeBERTa-small-v1-ST model through api, including Node.js, Python, http.
CodeBERTa-small-v1-ST huggingface.co is an online trial and call api platform, which integrates CodeBERTa-small-v1-ST's modeling effects, including api services, and provides a free online trial of CodeBERTa-small-v1-ST, you can try CodeBERTa-small-v1-ST online for free by clicking the link below.
buelfhood CodeBERTa-small-v1-ST online free url in huggingface.co:
CodeBERTa-small-v1-ST is an open source model from GitHub that offers a free installation service, and any user can find CodeBERTa-small-v1-ST on GitHub to install. At the same time, huggingface.co provides the effect of CodeBERTa-small-v1-ST install, users can directly use CodeBERTa-small-v1-ST installed effect in huggingface.co for debugging and trial. It also supports api for free installation.
CodeBERTa-small-v1-ST install url in huggingface.co: