Skip to content

Commit e34154b

Browse files
committed
edit for pub
1 parent e8d98f0 commit e34154b

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/how-to

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/conversational-language-understanding/how-to/train-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To train a model, start a training job. Only successfully completed jobs create
1919

2020
The training times can be anywhere from a few seconds when dealing with simple projects, up to a couple of hours when you reach the [maximum limit](../service-limits.md) of utterances.
2121

22-
Model evaluation is triggered automatically after training is completed successfully. The evaluation process starts by using the trained model to run predictions on the utterances in the testing set, and compares the predicted results with the provided labels (which establishes a baseline of truth). <!--The results are returned so you can review the [models performance](view-model-evaluation.md).-->
22+
Model evaluation is triggered automatically after training is completed successfully. The evaluation process starts by using the trained model to run predictions on the utterances in the testing set, and compares the predicted results with the provided labels (which establishes a baseline of truth). <!--The results are returned so you can review the [model's performance](view-model-evaluation.md).-->
2323

2424
## Prerequisites
2525

@@ -54,11 +54,11 @@ Conversational language understanding supports two methods for data splitting:
5454

5555
CLU supports two modes for training your models
5656

57-
* **Standard training** uses fast machine learning algorithms to train your models relatively quickly. This is currently only available for **English** and is disabled for any project that doesn't use English (US), or English (UK) as its primary language. This training option is free of charge. Standard training allows you to add utterances and test them quickly at no cost. The evaluation scores shown should guide you on where to make changes in your project and add more utterances. Once youve iterated a few times and made incremental improvements, you can consider using advanced training to train another version of your model.
57+
* **Standard training** uses fast machine learning algorithms to train your models relatively quickly. This is currently only available for **English** and is disabled for any project that doesn't use English (US), or English (UK) as its primary language. This training option is free of charge. Standard training allows you to add utterances and test them quickly at no cost. The evaluation scores shown should guide you on where to make changes in your project and add more utterances. Once you've iterated a few times and made incremental improvements, you can consider using advanced training to train another version of your model.
5858

5959
* **Advanced training** uses the latest in machine learning technology to customize models with your data. This is expected to show better performance scores for your models and will enable you to use the [multilingual capabilities](../language-support.md#multi-lingual-option) of CLU as well. Advanced training is priced differently. See the [pricing information](https://azure.microsoft.com/pricing/details/cognitive-services/language-service) for details.
6060

61-
Use the evaluation scores to guide your decisions. There might be times where a specific example is predicted incorrectly in advanced training as opposed to when you used standard training mode. However, if the overall evaluation results are better using advanced, then it is recommended to use your final model. If that isnt the case and you are not looking to use any multilingual capabilities, you can continue to use model trained with standard mode.
61+
Use the evaluation scores to guide your decisions. There might be times where a specific example is predicted incorrectly in advanced training as opposed to when you used standard training mode. However, if the overall evaluation results are better using advanced, then it is recommended to use your final model. If that isn't the case and you are not looking to use any multilingual capabilities, you can continue to use model trained with standard mode.
6262

6363
> [!Note]
6464
> You should expect to see a difference in behaviors in intent confidence scores between the training modes as each algorithm calibrates their scores differently.

0 commit comments

Comments
 (0)