View orchestration workflow model details
After model training is completed, you can view your model details and see how well it performs against the test set. Observing how well your model performed is called evaluation. The test set consists of data that wasn't introduced to the model during the training process.
Note
Using the Automatically split the testing set from training data option may result in different model evaluation result every time you train a new model, as the test set is selected randomly from your utterances. To make sure that the evaulation is calcualted on the same test set every time you train a model, make sure to use the Use a manual split of training and testing data option when starting a training job and define your Testing set when add your utterances.
Prerequisites
Before viewing a model's evaluation, you need:
- An orchestration workflow project.
- A successfully trained model
See the project development lifecycle for more information.
Model details
In the view model details page, you'll be able to see all your models, with their current training status, and the date they were last trained.
Go to your project page in Language Studio.
Select Model performance from the menu on the left side of the screen.
In this page you can only view the successfully trained models, F1 score for each model and model expiration date. You can select the model name for more details about its performance.
You can find the model-level evaluation metrics under Overview, and the intent-level evaluation metrics. See Evaluation metrics for more information.
The confusion matrix for the model is located under Test set confusion matrix. You can see the confusion matrix for intents.
Note
If you don't see any of the intents you have in your model displayed here, it is because they weren't in any of the utterances that were used for the test set.
Load or export model data
To load your model data:
Select any model in the model evaluation page.
Select the Load model data button.
Confirm that you do not have any unsaved changes you need to capture in window that appears, and select Load data.
Wait until your model data finishes loading back into your project. On completion, you'll be redirected back to the Schema design page.
To export your model data:
Select any model in the model evaluation page.
Select the Export model data button. Wait for the JSON snapshot of your model to be downloaded locally.
Delete model
To delete your model from within the Language Studio:
Select Model performance from the left side menu.
Select the model name you want to delete and select Delete from the top menu.
In the window that appears, select OK to delete the model.
Next steps
- As you review how your model performs, learn about the evaluation metrics that are used.
- If you're happy with your model performance, you can deploy your model