From 78bc0939bbe2c0607ff73d43f19b124e292bfbf9 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Fri, 4 Oct 2024 11:45:32 +0200 Subject: [PATCH 1/2] Add link to semantic re-ranking in model ref --- docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc index 1fd312198..006bdf954 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc @@ -148,6 +148,9 @@ Using `DPREncoderWrapper`: [discrete] [[ml-nlp-model-ref-text-similarity]] == Third party text similarity models + +You can use these text similarity models models for {ref}/semantic-reranking.html#semantic-reranking-in-es[semantic re-ranking]. + * https://huggingface.co/cross-encoder/ms-marco-TinyBERT-L-2-v2[ms marco TinyBERT L2 v2] * https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2[ms marco MiniLM L6 v2] From 8748b30e899206a187285b0dab4753145b29156c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 7 Oct 2024 09:18:16 +0200 Subject: [PATCH 2/2] Update docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc Co-authored-by: Marci W <333176+marciw@users.noreply.github.com> --- docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc index 006bdf954..644265e4e 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc @@ -149,7 +149,7 @@ Using `DPREncoderWrapper`: [[ml-nlp-model-ref-text-similarity]] == Third party text similarity models -You can use these text similarity models models for {ref}/semantic-reranking.html#semantic-reranking-in-es[semantic re-ranking]. +You can use these text similarity models for {ref}/semantic-reranking.html#semantic-reranking-in-es[semantic re-ranking]. * https://huggingface.co/cross-encoder/ms-marco-TinyBERT-L-2-v2[ms marco TinyBERT L2 v2] * https://huggingface.co/cross-encoder/ms-marco-MiniLM-L-6-v2[ms marco MiniLM L6 v2]