Skip to content

Commit d7a5235

Browse files
committed
Update NLP model names
1 parent 7f65a00 commit d7a5235

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -343,20 +343,20 @@ AutoML NLP allows you to provide a list of models and combinations of hyperparam
343343

344344
All the pre-trained text DNN models currently available in AutoML NLP for fine-tuning are listed below:
345345

346-
* bert_base_cased
347-
* bert_large_uncased
348-
* bert_base_multilingual_cased
349-
* bert_base_german_cased
350-
* bert_large_cased
351-
* distilbert_base_cased
352-
* distilbert_base_uncased
353-
* roberta_base
354-
* roberta_large
355-
* distilroberta_base
356-
* xlm_roberta_base
357-
* xlm_roberta_large
358-
* xlnet_base_cased
359-
* xlnet_large_cased
346+
* bert-base-cased
347+
* bert-large-uncased
348+
* bert-base-multilingual-cased
349+
* bert-base-german-cased
350+
* bert-large-cased
351+
* distilbert-base-cased
352+
* distilbert-base-uncased
353+
* roberta-base
354+
* roberta-large
355+
* distilroberta-base
356+
* xlm-roberta-base
357+
* xlm-roberta-large
358+
* xlnet-base-cased
359+
* xlnet-large-cased
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

0 commit comments

Comments
 (0)