Update README.md
Browse files
README.md
CHANGED
@@ -89,6 +89,8 @@ Worth noting: JaColBERT is evaluated out-of-domain on all three datasets, wherea
|
|
89 |
|
90 |
## Installation
|
91 |
|
|
|
|
|
92 |
Using this model is slightly different from using typical dense embedding models. The model relies on `faiss`, for efficient indexing, and `torch`, for NN operations. JaColBERT is built upon bert-base-japanese-v3, so you also need to install the required dictionary and tokenizers:
|
93 |
|
94 |
To use JaColBERT, you will need to install the main ColBERT and those dependencies library:
|
|
|
89 |
|
90 |
## Installation
|
91 |
|
92 |
+
**ColBERT pypy installation is temporarily broken! Please use the instructions on the [official github repo (install from Source)](https://github.com/stanford-futuredata/ColBERT) in the meantime. Sorry for the inconvenience!**
|
93 |
+
|
94 |
Using this model is slightly different from using typical dense embedding models. The model relies on `faiss`, for efficient indexing, and `torch`, for NN operations. JaColBERT is built upon bert-base-japanese-v3, so you also need to install the required dictionary and tokenizers:
|
95 |
|
96 |
To use JaColBERT, you will need to install the main ColBERT and those dependencies library:
|