irow commited on
Commit
8d848a4
1 Parent(s): d09fda3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -8,4 +8,6 @@ language:
8
  This model uses two BERT models fine-tuned on a contrastive learning objective.
9
  One is responsable for short queries, and the other for longer documents that contain the answer to the query.
10
  After encoding many documents, one may perform a nearest neighbor search with the query encoding, to fetch
11
- the most relevant document.
 
 
 
8
  This model uses two BERT models fine-tuned on a contrastive learning objective.
9
  One is responsable for short queries, and the other for longer documents that contain the answer to the query.
10
  After encoding many documents, one may perform a nearest neighbor search with the query encoding, to fetch
11
+ the most relevant document.
12
+
13
+ Take a look at inference.py to see how to perform inference.