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