Skip to content

Commit 3442338

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

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.
185+
* If more than 10% of the samples in your dataset contain more than 128 tokens, it's considered long range.
186186
* 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)

0 commit comments

Comments
 (0)