Commit
·
3afdceb
1
Parent(s):
1e945e8
git update readme
Browse files
README.md
CHANGED
|
@@ -51,7 +51,7 @@ English MS MARCO training queries and Persian translated 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.
|