From e1608ada5f61c36e18e2f0e96cd771847e3127a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Fri, 7 Jul 2023 10:24:30 +0200 Subject: [PATCH] [DOCS] Removes sentence similarity models from QA list. (#2456) (cherry picked from commit 22d4cc6af4958f2ffe7a2df6505ddbb26ef84a9b) --- docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc | 2 -- 1 file changed, 2 deletions(-) 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 c2a483f28..419914891 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc @@ -71,11 +71,9 @@ purposes and to get started with the Elastic {nlp} features. [[ml-nlp-model-ref-question-answering]] == Third party question answering models -* https://huggingface.co/sentence-transformers/all-mpnet-base-v2[**All MPNet base v2**] * https://huggingface.co/bert-large-uncased-whole-word-masking-finetuned-squad[BERT large model (uncased) whole word masking finetuned on SQuAD] * https://huggingface.co/distilbert-base-cased-distilled-squad[DistilBERT base cased distilled SQuAD] * https://huggingface.co/deepset/electra-base-squad2[Electra base squad2] -* https://huggingface.co/sentence-transformers/multi-qa-mpnet-base-cos-v1[**Multi QA MPNet base cos v1**] * https://huggingface.co/deepset/tinyroberta-squad2[TinyRoBERTa squad2]