eugene-yang
commited on
Commit
•
f6bf955
1
Parent(s):
5f772f2
git update readme
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ Following code snippet loads the model through Huggingface API.
|
|
52 |
from colbert.modeling.checkpoint import Checkpoint
|
53 |
from colbert.infra import ColBERTConfig
|
54 |
|
55 |
-
Checkpoint('plaidx-large-fas-tdist-mt5xxl-fasfas', colbert_config=ColBERTConfig())
|
56 |
```
|
57 |
|
58 |
For full tutorial, please refer to the [PLAID-X Jupyter Notebook](https://colab.research.google.com/github/hltcoe/clir-tutorial/blob/main/notebooks/clir_tutorial_plaidx.ipynb),
|
|
|
52 |
from colbert.modeling.checkpoint import Checkpoint
|
53 |
from colbert.infra import ColBERTConfig
|
54 |
|
55 |
+
Checkpoint('eugene-yang/plaidx-large-fas-tdist-mt5xxl-fasfas', colbert_config=ColBERTConfig())
|
56 |
```
|
57 |
|
58 |
For full tutorial, please refer to the [PLAID-X Jupyter Notebook](https://colab.research.google.com/github/hltcoe/clir-tutorial/blob/main/notebooks/clir_tutorial_plaidx.ipynb),
|