Skip to content

Commit 6bd590f

Browse files
committed
Fixed a typo
1 parent 7d30dae commit 6bd590f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-auto-train-nlp-models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ Note that the large models are larger than their base counterparts. They are typ
362362

363363
## Supported model algorithms - HuggingFace (preview)
364364

365-
With the new backend that runs on [AzureML Pipelines](concept-ml-pipelines.md), you can additionally use any text/token classification model from the [HuggingFace Hub](https://huggingface.co/models?pipeline_tag=image-classification&library=transformers) which is part of the transformers library (such as microsoft/deberta-large-mnli).
365+
With the new backend that runs on [AzureML Pipelines](concept-ml-pipelines.md), you can additionally use any text/token classification model from the [HuggingFace Hub](https://huggingface.co/models?pipeline_tag=text-classification&library=transformers) which is part of the transformers library (such as microsoft/deberta-large-mnli).
366366

367367
Using any HuggingFace model will trigger runs using pipeline components. If both legacy and HuggingFace models are used, all runs/trials will be triggered using components.
368368

0 commit comments

Comments
 (0)