Skip to content

Commit

Permalink
Update _ml-commons-plugin/tutorials/reranking-cross-encoder.md
Browse files Browse the repository at this point in the history
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
  • Loading branch information
kolchfa-aws committed Jul 9, 2024
1 parent 984ac38 commit 5b26d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ml-commons-plugin/tutorials/reranking-cross-encoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nav_order: 35

A [reranking pipeline]({{site.url}}{{site.baseurl}}/search-plugins/search-relevance/reranking-search-results/) can rerank search results, providing a relevance score for each document in the search results with respect to the search query. The relevance score is calculated by a cross-encoder model.

This tutorial illustrates how to use the [Hugging Face Cross-Encoder for MS Marco](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2) model in a reranking pipeline.
This tutorial illustrates how to use the [Hugging Face `ms-marco-MiniLM-L-6-v2` model](https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2) in a reranking pipeline.

Replace the placeholders beginning with the prefix `your_` with your own values.
{: .note}
Expand Down

0 comments on commit 5b26d4f

Please sign in to comment.