abdoelsayed commited on
Commit
7e46358
·
verified ·
1 Parent(s): 83f0d98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -102,7 +102,7 @@ scores = retriever.retrieve(queries_embeddings=query_embs, k=10)
102
  ```python
103
  from pylate import rank, models
104
 
105
- model = models.ColBERT(model_name_or_path="<hf_user>/Reason-mxbai-colbert-v0-32m")
106
 
107
  queries = ["query A", "query B"]
108
  documents = [["document A", "document B"], ["document 1", "document C", "document B"]]
 
102
  ```python
103
  from pylate import rank, models
104
 
105
+ model = models.ColBERT(model_name_or_path="DataScience-UIBK/Reason-mxbai-colbert-v0-32m")
106
 
107
  queries = ["query A", "query B"]
108
  documents = [["document A", "document B"], ["document 1", "document C", "document B"]]