Sentence Similarity
Safetensors
Japanese
RAGatouille
bert
ColBERT
bclavie commited on
Commit
7c12b35
1 Parent(s): 541d23d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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: