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