Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,7 @@ language:
|
|
5 |
- en
|
6 |
---
|
7 |
|
8 |
-
This
|
|
|
|
|
|
|
|
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.
|