eugene-yang commited on
Commit
b9cf8f2
1 Parent(s): 5cd5612

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-zho-tdist-mt5xxl-engzho', 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-zho-tdist-mt5xxl-engzho', 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),