Skip to content

Commit 7f65a00

Browse files
committed
Updated NLP documentation with support for Huggingface models
1 parent 3044d9d commit 7f65a00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,12 @@ All the pre-trained text DNN models currently available in AutoML NLP for fine-t
360360

361361
Note that the large models are larger than their base counterparts. They are typically more performant, but they take up more GPU memory and time for training. As such, their SKU requirements are more stringent: we recommend running on ND-series VMs for the best results.
362362

363+
## Supported model algorithms - HuggingFace (preview)
364+
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).
366+
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.
368+
363369
## Supported hyperparameters
364370

365371
The following table describes the hyperparameters that AutoML NLP supports.

0 commit comments

Comments
 (0)