rasyosef commited on
Commit
dd0f681
·
verified ·
1 Parent(s): d87966b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -99,7 +99,7 @@ from pylate import indexes, models, retrieve
99
 
100
  # Step 1: Load the ColBERT model
101
  model = models.ColBERT(
102
- model_name_or_path=yosefw/colbert-roberta-amharic-medium-45k,
103
  )
104
 
105
  # Step 2: Initialize the Voyager index
@@ -183,7 +183,7 @@ documents_ids = [
183
  ]
184
 
185
  model = models.ColBERT(
186
- model_name_or_path=yosefw/colbert-roberta-amharic-medium-45k,
187
  )
188
 
189
  queries_embeddings = model.encode(
 
99
 
100
  # Step 1: Load the ColBERT model
101
  model = models.ColBERT(
102
+ model_name_or_path="rasyosef/colbert-roberta-amharic-medium",
103
  )
104
 
105
  # Step 2: Initialize the Voyager index
 
183
  ]
184
 
185
  model = models.ColBERT(
186
+ model_name_or_path="rasyosef/colbert-roberta-amharic-medium",
187
  )
188
 
189
  queries_embeddings = model.encode(