diff --git a/docs/guide/machine-learning.asciidoc b/docs/guide/machine-learning.asciidoc index 4b77992..b402701 100644 --- a/docs/guide/machine-learning.asciidoc +++ b/docs/guide/machine-learning.asciidoc @@ -59,7 +59,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`, -`question_answering`, text_classification`, `text_embedding`, and `zero_shot_classification`. +`question_answering`, `text_classification`, `text_embedding`, and `zero_shot_classification`. [source,python] ------------------------