Zhichao Geng
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -114,4 +114,4 @@ for token in sorted(query_token_weight, key=lambda x:query_token_weight[x], reve
|
|
114 |
The above code sample shows an example of neural sparse search. Although there is no overlap token in original query and document, but this model performs a good match.
|
115 |
|
116 |
## Performance
|
117 |
-
This model is trained on MS MARCO dataset. The search relevance score of it can be found here (Neural sparse search
|
|
|
114 |
The above code sample shows an example of neural sparse search. Although there is no overlap token in original query and document, but this model performs a good match.
|
115 |
|
116 |
## Performance
|
117 |
+
This model is trained on MS MARCO dataset. The search relevance score of it can be found here (Neural sparse search document-only) https://opensearch.org/blog/improving-document-retrieval-with-sparse-semantic-encoders/.
|