Skip to content

Commit 958b53a

Browse files
authored
Update articles/machine-learning/how-to-auto-train-nlp-models.md
1 parent 30bff0c commit 958b53a

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
@@ -182,7 +182,7 @@ Automated ML's NLP capability is triggered through task specific `automl` type j
182182
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.
185-
* If the majority of the samples in your dataset contain more than 128 tokens, it's considered long range. By default, automated ML considers all samples long range text.
185+
* If the majority of the samples in your dataset contain more than 128 tokens, it's considered long range.
186186
* 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.
187187

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

0 commit comments

Comments
 (0)