Sentence Similarity
Safetensors
Japanese
bert
feature-extraction
hpprc commited on
Commit
f213e0a
·
verified ·
1 Parent(s): 883756e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -14,6 +14,18 @@ datasets:
14
 
15
  # Ruri: Japanese General Text Embeddings
16
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ## Usage
18
 
19
  First install the Sentence Transformers library:
 
14
 
15
  # Ruri: Japanese General Text Embeddings
16
 
17
+
18
+ **Notes: v3 models are out!**
19
+ We recommend using the following v3 models going forward.
20
+
21
+ |ID| #Param.|Max Len.|Avg. JMTEB|
22
+ |-|-|-|-|
23
+ |[cl-nagoya/ruri-v3-30m](https://huggingface.co/cl-nagoya/ruri-v3-30m)|37M|8192|74.51|
24
+ |[cl-nagoya/ruri-v3-70m](https://huggingface.co/cl-nagoya/ruri-v3-70m)|70M|8192|75.48|
25
+ |[cl-nagoya/ruri-v3-130m](https://huggingface.co/cl-nagoya/ruri-v3-130m)|132M|8192|76.55|
26
+ |[cl-nagoya/ruri-v3-310m](https://huggingface.co/cl-nagoya/ruri-v3-310m)|315M|8192|77.24|
27
+
28
+
29
  ## Usage
30
 
31
  First install the Sentence Transformers library: