cl-nagoya / ruri-base-v2

huggingface.co
Total runs: 583
24-hour runs: 45
7-day runs: 112
30-day runs: 142
Model's Last Updated: April 26 2025
sentence-similarity

Introduction of ruri-base-v2

Model Details of ruri-base-v2

Ruri: Japanese General Text Embeddings

Usage

First install the Sentence Transformers library:

pip install -U sentence-transformers fugashi sentencepiece unidic-lite

Then you can load this model and run inference.

import torch.nn.functional as F
from sentence_transformers import SentenceTransformer

# Download from the 🤗 Hub
model = SentenceTransformer("cl-nagoya/ruri-base-v2")

# Don't forget to add the prefix "クエリ: " for query-side or "文章: " for passage-side texts.
sentences = [
    "クエリ: 瑠璃色はどんな色?",
    "文章: 瑠璃色(るりいろ)は、紫みを帯びた濃い青。名は、半貴石の瑠璃(ラピスラズリ、英: lapis lazuli)による。JIS慣用色名では「こい紫みの青」(略号 dp-pB)と定義している[1][2]。",
    "クエリ: ワシやタカのように、鋭いくちばしと爪を持った大型の鳥類を総称して「何類」というでしょう?",
    "文章: ワシ、タカ、ハゲワシ、ハヤブサ、コンドル、フクロウが代表的である。これらの猛禽類はリンネ前後の時代(17~18世紀)には鷲類・鷹類・隼類及び梟類に分類された。ちなみにリンネは狩りをする鳥を単一の目(もく)にまとめ、vultur(コンドル、ハゲワシ)、falco(ワシ、タカ、ハヤブサなど)、strix(フクロウ)、lanius(モズ)の4属を含めている。",
]

embeddings = model.encode(sentences, convert_to_tensor=True)
print(embeddings.size())
# [4, 768]

similarities = F.cosine_similarity(embeddings.unsqueeze(0), embeddings.unsqueeze(1), dim=2)
print(similarities)
Benchmarks
JMTEB

Evaluated with JMTEB .

Model #Param. Avg. Retrieval STS Classfification Reranking Clustering PairClassification
cl-nagoya/sup-simcse-ja-base 111M 68.56 49.64 82.05 73.47 91.83 51.79 62.57
cl-nagoya/sup-simcse-ja-large 337M 66.51 37.62 83.18 73.73 91.48 50.56 62.51
cl-nagoya/unsup-simcse-ja-base 111M 65.07 40.23 78.72 73.07 91.16 44.77 62.44
cl-nagoya/unsup-simcse-ja-large 337M 66.27 40.53 80.56 74.66 90.95 48.41 62.49
pkshatech/GLuCoSE-base-ja 133M 70.44 59.02 78.71 76.82 91.90 49.78 66.39
sentence-transformers/LaBSE 472M 64.70 40.12 76.56 72.66 91.63 44.88 62.33
intfloat/multilingual-e5-small 118M 69.52 67.27 80.07 67.62 93.03 46.91 62.19
intfloat/multilingual-e5-base 278M 70.12 68.21 79.84 69.30 92.85 48.26 62.26
intfloat/multilingual-e5-large 560M 71.65 70.98 79.70 72.89 92.96 51.24 62.15
OpenAI/text-embedding-ada-002 - 69.48 64.38 79.02 69.75 93.04 48.30 62.40
OpenAI/text-embedding-3-small - 70.86 66.39 79.46 73.06 92.92 51.06 62.27
OpenAI/text-embedding-3-large - 73.97 74.48 82.52 77.58 93.58 53.32 62.35
Ruri-Small 68M 71.53 69.41 82.79 76.22 93.00 51.19 62.11
Ruri-Small v2 (this model) 68M 73.30 73.94 82.91 76.17 93.20 51.58 62.32
Ruri-Base 111M 71.91 69.82 82.87 75.58 92.91 54.16 62.38
Ruri-Base v2 111M 72.48 72.33 83.03 75.34 93.17 51.38 62.35
Ruri-Large 337M 73.31 73.02 83.13 77.43 92.99 51.82 62.29
Ruri-Large v2 337M 74.55 76.34 83.17 77.18 93.21 52.14 62.27
Model Details
Model Description
Full Model Architecture
SentenceTransformer(
  (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})
)
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
@misc{
  Ruri,
  title={{Ruri: Japanese General Text Embeddings}}, 
  author={Hayato Tsukagoshi and Ryohei Sasano},
  year={2024},
  eprint={2409.07737},
  archivePrefix={arXiv},
  primaryClass={cs.CL},
  url={https://arxiv.org/abs/2409.07737}, 
}
License

This model is published under the Apache License, Version 2.0 .

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

583
Total runs
45
24-hour runs
115
3-day runs
112
7-day runs
142
30-day runs

More Information About ruri-base-v2 huggingface.co Model

More ruri-base-v2 license Visit here:

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

ruri-base-v2 huggingface.co

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

cl-nagoya ruri-base-v2 online free

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

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

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

ruri-base-v2 install

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

ruri-base-v2 install url in huggingface.co:

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

Url of ruri-base-v2

ruri-base-v2 huggingface.co Url

Provider of ruri-base-v2 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: 11.3K
Run Growth: 766
Growth Rate: 6.76%
Updated:April 15 2025
huggingface.co

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