Aamir commited on
Commit
ea09431
1 Parent(s): be39cab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -35,7 +35,7 @@ Currently, the best way to use our models is with the most recent version of sen
35
  Let's say you have a query, and you want to rerank a set of documents. You can do that with only one line of code:
36
 
37
  ```python
38
- from sentence-transformers import CrossEncoder
39
 
40
  # Load the model, here we use our base sized model
41
  model = CrossEncoder("mixedbread-ai/mxbai-rerank-large-v1")
 
35
  Let's say you have a query, and you want to rerank a set of documents. You can do that with only one line of code:
36
 
37
  ```python
38
+ from sentence_transformers import CrossEncoder
39
 
40
  # Load the model, here we use our base sized model
41
  model = CrossEncoder("mixedbread-ai/mxbai-rerank-large-v1")