Skip to content

Commit 65484b1

Browse files
committed
Updated with Azureml model registry and HF token classification models
1 parent 6bd590f commit 65484b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,9 +362,9 @@ 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=text-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 for [Text Classification](https://huggingface.co/models?pipeline_tag=text-classification&library=transformers), [Token Classification](https://huggingface.co/models?pipeline_tag=token-classification&sort=trending) which is part of the transformers library (such as microsoft/deberta-large-mnli). You may also find a curated list of models in [AzureML Model Registry](https://learn.microsoft.com/en-us/azure/machine-learning/concept-foundation-models?view=azureml-api-2) that have been validated with the pipeline components.
366366

367-
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.
367+
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

369369
## Supported hyperparameters
370370

0 commit comments

Comments
 (0)