Skip to content

Commit 4b5ed67

Browse files
authored
Update articles/machine-learning/how-to-auto-train-nlp-models.md
1 parent f23a2e0 commit 4b5ed67

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
@@ -183,7 +183,7 @@ However, there are key differences:
183183
* You can ignore `primary_metric`, as it is only for reporting purposes. Currently, automated ML only trains one model per run for NLP and there is no model selection.
184184
* The `label_column_name` parameter is only required for multi-class and multi-label text classification tasks.
185185
* If the majority of the samples in your dataset contain more than 128 tokens, it's considered long range.
186-
* If your dataset contains long range text, then a GPU with higher memory is required such as, [NCv3](../virtual-machines/ncv3-series.md) series or [ND](../virtual-machines/nd-series.md) series.
186+
* In order to use the long range text feature, you should use a NC6 or higher/better SKUs for GPU such as: [NCv3](../virtual-machines/ncv3-series.md) series or [ND](../virtual-machines/nd-series.md) series.
187187

188188
# [Azure CLI](#tab/cli)
189189

0 commit comments

Comments
 (0)