buelfhood / CodeBERTa-small-v1-ST

huggingface.co
Total runs: 1
24-hour runs: 0
7-day runs: 1
30-day runs: 1
Model's Last Updated: April 02 2025
sentence-similarity

Introduction of CodeBERTa-small-v1-ST

Model Details of CodeBERTa-small-v1-ST

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.

Model Details
Model Description
  • Model Type: Sentence Transformer
  • Base model: huggingface/CodeBERTa-small-v1
  • 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}) with Transformer model: RobertaModel 
  (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("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 Url

https://huggingface.co/buelfhood/CodeBERTa-small-v1-ST

buelfhood CodeBERTa-small-v1-ST online free

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:

https://huggingface.co/buelfhood/CodeBERTa-small-v1-ST

CodeBERTa-small-v1-ST install

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:

https://huggingface.co/buelfhood/CodeBERTa-small-v1-ST

Url of CodeBERTa-small-v1-ST

CodeBERTa-small-v1-ST huggingface.co Url

Provider of CodeBERTa-small-v1-ST huggingface.co

buelfhood
ORGANIZATIONS

Other API from buelfhood