Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ pipeline_tag: sentence-similarity
|
|
21 |
First install the Sentence Transformers library:
|
22 |
|
23 |
```bash
|
24 |
-
pip install -U sentence-transformers fugashi
|
25 |
```
|
26 |
|
27 |
Then you can load this model and run inference.
|
|
|
21 |
First install the Sentence Transformers library:
|
22 |
|
23 |
```bash
|
24 |
+
pip install -U sentence-transformers fugashi sentencepiece unidic-lite
|
25 |
```
|
26 |
|
27 |
Then you can load this model and run inference.
|