eugene-yang commited on
Commit
3a17804
1 Parent(s): b15e6a5

git update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-rus-tdist-t53b-engeng', 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-rus-tdist-t53b-engeng', 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),