Sentence Similarity
Safetensors
Japanese
modernbert
feature-extraction
hpprc commited on
Commit
369b494
·
verified ·
1 Parent(s): a7efea7

Update README.md

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