eugene-yang
commited on
Commit
•
33af999
1
Parent(s):
eb470cd
git update readme
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ tags:
|
|
9 |
- xlm-roberta-large
|
10 |
datasets:
|
11 |
- ms_marco
|
12 |
-
-
|
13 |
task_categories:
|
14 |
- text-retrieval
|
15 |
- information-retrieval
|
@@ -59,7 +59,7 @@ Following code snippet loads the model through Huggingface API.
|
|
59 |
from colbert.modeling.checkpoint import Checkpoint
|
60 |
from colbert.infra import ColBERTConfig
|
61 |
|
62 |
-
Checkpoint('
|
63 |
```
|
64 |
|
65 |
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),
|
|
|
9 |
- xlm-roberta-large
|
10 |
datasets:
|
11 |
- ms_marco
|
12 |
+
- hltcoe/tdist-msmarco-scores
|
13 |
task_categories:
|
14 |
- text-retrieval
|
15 |
- information-retrieval
|
|
|
59 |
from colbert.modeling.checkpoint import Checkpoint
|
60 |
from colbert.infra import ColBERTConfig
|
61 |
|
62 |
+
Checkpoint('hltcoe/plaidx-large-rus-tdist-t53b-engeng', colbert_config=ColBERTConfig())
|
63 |
```
|
64 |
|
65 |
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),
|