cl-nagoya / ruri-base

huggingface.co
Total runs: 11.3K
24-hour runs: -42
7-day runs: -518
30-day runs: 766
Model's Last Updated: April 15 2025
sentence-similarity

Introduction of ruri-base

Model Details of ruri-base

SentenceTransformer based on cl-nagoya/ruri-base-pt

This is a sentence-transformers model finetuned from cl-nagoya/ruri-base-pt . 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: cl-nagoya/ruri-base-pt
  • Maximum Sequence Length: 512 tokens
  • Output Dimensionality: 768 tokens
  • Similarity Function: Cosine Similarity
Model Sources
Full Model Architecture
MySentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel 
  (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("cl-nagoya/ruri-base-55-alpha0.0")
# 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.10.13
  • Sentence Transformers: 3.0.0
  • Transformers: 4.41.2
  • PyTorch: 2.3.1+cu118
  • Accelerate: 0.30.1
  • Datasets: 2.19.1
  • Tokenizers: 0.19.1
Citation
BibTeX

Runs of cl-nagoya ruri-base on huggingface.co

11.3K
Total runs
-42
24-hour runs
103
3-day runs
-518
7-day runs
766
30-day runs

More Information About ruri-base huggingface.co Model

More ruri-base license Visit here:

https://choosealicense.com/licenses/apache-2.0

ruri-base huggingface.co

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

cl-nagoya ruri-base online free

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

cl-nagoya ruri-base online free url in huggingface.co:

https://huggingface.co/cl-nagoya/ruri-base

ruri-base install

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

ruri-base install url in huggingface.co:

https://huggingface.co/cl-nagoya/ruri-base

Url of ruri-base

Provider of ruri-base huggingface.co

cl-nagoya
ORGANIZATIONS

Other API from cl-nagoya

huggingface.co

Total runs: 503.7K
Run Growth: -67.3K
Growth Rate: -13.35%
Updated:April 17 2025
huggingface.co

Total runs: 395.2K
Run Growth: 160.0K
Growth Rate: 40.47%
Updated:April 17 2025
huggingface.co

Total runs: 44.0K
Run Growth: 11.8K
Growth Rate: 26.84%
Updated:April 17 2025
huggingface.co

Total runs: 14.4K
Run Growth: -533
Growth Rate: -3.70%
Updated:April 15 2025
huggingface.co

Total runs: 5.4K
Run Growth: -1.5K
Growth Rate: -27.44%
Updated:April 15 2025