From 845c055d7c7bb38c8f7c2dcd6863b48bff996d99 Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 31 May 2022 12:37:51 -0700 Subject: [PATCH] [DOCS] Adds question_answering task type for eland_import_hub_model --- docs/guide/machine-learning.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/machine-learning.asciidoc b/docs/guide/machine-learning.asciidoc index 57e52f6..680bae4 100644 --- a/docs/guide/machine-learning.asciidoc +++ b/docs/guide/machine-learning.asciidoc @@ -55,7 +55,7 @@ $ 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`, -`text_classification`, `text_embedding`, and `zero_shot_classification`. +`question_answering`, text_classification`, `text_embedding`, and `zero_shot_classification`. [source,python] ------------------------