From b76514497d7ae532a2bb2b3a4b633b7d52a3993c Mon Sep 17 00:00:00 2001 From: David Kyle Date: Wed, 8 Jan 2025 08:59:08 +0000 Subject: [PATCH] Add sparse embedding models to list of compatible models (#2901) (cherry picked from commit e94b4fe75e3ce959b1a4a0c5e28a98c4e9453699) --- docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc | 10 ++++++++++ 1 file changed, 10 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 b68fc5e3f..9e57196ca 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc @@ -78,6 +78,16 @@ purposes and to get started with the Elastic {nlp} features. * https://huggingface.co/deepset/electra-base-squad2[Electra base squad2] * https://huggingface.co/deepset/tinyroberta-squad2[TinyRoBERTa squad2] +[discrete] +[[ml-nlp-model-ref-sparse-embedding]] +== Third party sparse embedding models + +Sparse embedding models should be configured with the `text_expansion` task type. + +* https://huggingface.co/naver/splade-v3-distilbert[SPLADE-v3-DistilBERT] +* https://huggingface.co/aken12/splade-japanese-v3[aken12/splade-japanese-v3] +* https://huggingface.co/hotchpotch/japanese-splade-v2[hotchpotch/japanese-splade-v2] + [discrete] [[ml-nlp-model-ref-text-embedding]]