Update README.md
Browse files
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.
|