Update README.md
Browse files
README.md
CHANGED
@@ -9,7 +9,7 @@ language:
|
|
9 |
|
10 |
A really tiny sentence reranker (models use only 120mb) that runs almost instantly on cpu.
|
11 |
|
12 |
-
Trained using a mix of embeddings from
|
13 |
|
14 |
* pip install nanoranker
|
15 |
|
|
|
9 |
|
10 |
A really tiny sentence reranker (models use only 120mb) that runs almost instantly on cpu.
|
11 |
|
12 |
+
Trained using a mix of embeddings from universal-sentence-encoder and hashingvectorizer, on a dataset based on msmarco.
|
13 |
|
14 |
* pip install nanoranker
|
15 |
|