eugene-yang
commited on
Commit
•
b6bcedd
1
Parent(s):
d260b74
git update readme
Browse files
README.md
CHANGED
@@ -51,7 +51,7 @@ English MS MARCO training queries and English passages.
|
|
51 |
|
52 |
To properly load ColBERT-X models from Huggingface Hub, please use the following version of PLAID-X.
|
53 |
```bash
|
54 |
-
pip install
|
55 |
```
|
56 |
|
57 |
Following code snippet loads the model through Huggingface API.
|
|
|
51 |
|
52 |
To properly load ColBERT-X models from Huggingface Hub, please use the following version of PLAID-X.
|
53 |
```bash
|
54 |
+
pip install PLAID-X==0.3.1
|
55 |
```
|
56 |
|
57 |
Following code snippet loads the model through Huggingface API.
|