[DOCS] Adds question_answering task type for eland_import_hub_model

This commit is contained in:
Lisa Cawley 2022-05-31 12:37:51 -07:00 committed by GitHub
parent a4838f4d22
commit 845c055d7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ $ eland_import_hub_model <authentication> \ <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]
------------------------