From 5a3e7d78b33be69960788dd54e98d61d1c1923af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 10 Jun 2024 12:30:07 +0200 Subject: [PATCH] [DOCS] Completes the list of available NLP task types. (#699) --- docs/guide/machine-learning.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/guide/machine-learning.asciidoc b/docs/guide/machine-learning.asciidoc index 861ea45..7c6194a 100644 --- a/docs/guide/machine-learning.asciidoc +++ b/docs/guide/machine-learning.asciidoc @@ -58,7 +58,8 @@ $ eland_import_hub_model \ <1> <2> The cluster URL. Alternatively, use `--cloud-id`. <3> Specify the identifier for the model in the Hugging Face model hub. <4> Specify the type of NLP task. Supported values are `fill_mask`, `ner`, -`question_answering`, `text_classification`, `text_embedding`, and `zero_shot_classification`. +`question_answering`, `text_classification`, `text_embedding`, `text_expansion`, +`text_similarity` and `zero_shot_classification`. For more information about the available options, run `eland_import_hub_model` with the `--help` option.