Zhichao Geng commited on
Commit
74a00b4
·
verified ·
1 Parent(s): 711e092

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 bi-encoder) https://opensearch.org/blog/improving-document-retrieval-with-sparse-semantic-encoders/.
 
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/.