irow commited on
Commit
d3eef20
1 Parent(s): 90f2d4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -5,4 +5,7 @@ language:
5
  - en
6
  ---
7
 
8
- This is just temporary while I figure out how to make my model play nice with HuggingFace
 
 
 
 
5
  - en
6
  ---
7
 
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.