Sentence Similarity
Safetensors
Japanese
modernbert
feature-extraction
hpprc commited on
Commit
4ae1d0d
·
verified ·
1 Parent(s): 9b1f89a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -36,7 +36,7 @@ We provide Ruri-v3 in several model sizes. Below is a summary of each model.
36
  You can use our models directly with the transformers library v4.48.0 or higher:
37
 
38
  ```bash
39
- pip install -U "transformers>=4.48.0"
40
  ```
41
 
42
  Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.
 
36
  You can use our models directly with the transformers library v4.48.0 or higher:
37
 
38
  ```bash
39
+ pip install -U "transformers>=4.48.0" sentence-transformers
40
  ```
41
 
42
  Additionally, if your GPUs support Flash Attention 2, we recommend using our models with Flash Attention 2.