[DOCS] Completes the list of available NLP task types. (#699)

This commit is contained in:
István Zoltán Szabó 2024-06-10 12:30:07 +02:00 committed by GitHub
parent 1014ecdb39
commit 5a3e7d78b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,8 @@ $ 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`,
`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.