You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/train-model.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,10 @@ To start training your model from within the [Language Studio](https://aka.ms/la
26
26
27
27
:::image type="content" source="../../media/train-model.png" alt-text="A screenshot showing the training page in Language Studio." lightbox="../../media/train-model.png":::
28
28
29
-
5. Click on the Training Job ID from the list, a side pane will appear where you can check **Training progress** and **Job status** and other details for this job.
29
+
7. Click on the Training Job ID from the list, a side pane will appear where you can check **Training progress** and **Job status** and other details for this job.
30
30
31
31
> [!NOTE]
32
32
> * Only successfully completed training jobs will generate models.
33
33
> * Training can take some time between a couple of minutes and couple of hours based on the count of utterances.
34
34
> * You can only have one training job running at a time. You can't start other training job within the same project until the running job is completed.
35
+
> * The machine learning used to train models is regularly updated. If you would like to train on a previous configuration, press on "Click here to change" and select a previous [training configuration version](../../../concepts/model-lifecycle.md).
0 commit comments