From a9be2b4686eeec995c5ecc67c2030233592953eb Mon Sep 17 00:00:00 2001 From: David Kyle Date: Mon, 6 Jan 2025 11:51:32 +0000 Subject: [PATCH 1/2] Add sparse embedding models --- 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..3dd3ee43a 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-base-v1[hotchpotch/japanese-splade-base-v1] + [discrete] [[ml-nlp-model-ref-text-embedding]] From b29f9c1342439c10f24ac42250ab2a72574d0aa4 Mon Sep 17 00:00:00 2001 From: David Kyle Date: Tue, 7 Jan 2025 21:46:57 +0000 Subject: [PATCH 2/2] Update docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc --- 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 3dd3ee43a..9e57196ca 100644 --- a/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc +++ b/docs/en/stack/ml/nlp/ml-nlp-model-ref.asciidoc @@ -86,7 +86,7 @@ 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-base-v1[hotchpotch/japanese-splade-base-v1] +* https://huggingface.co/hotchpotch/japanese-splade-v2[hotchpotch/japanese-splade-v2] [discrete]