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/test-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ manager: nitinme
5
5
ms.service: cognitive-services
6
6
ms.subservice: language-service
7
7
ms.topic: include
8
-
ms.date: 06/03/2022
8
+
ms.date: 10/26/2022
9
9
ms.author: aahi
10
10
---
11
11
@@ -22,7 +22,7 @@ To test your model from Language studio
22
22
23
23
5. From deployment name dropdown, select your deployment name.
24
24
25
-
6. In the text box, enter an utterance to test.
25
+
6. In the text box, enter an utterance to test. For example, if you created an application for email-related utterances you could type *Delete this email*.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ manager: nitinme
5
5
ms.service: cognitive-services
6
6
ms.subservice: language-service
7
7
ms.topic: include
8
-
ms.date: 06/03/2022
8
+
ms.date: 10/26/2022
9
9
ms.author: aahi
10
10
ms.custom: ignite-fall-2021
11
11
---
@@ -32,14 +32,14 @@ For this quickstart, you can download [this sample project](https://go.microsoft
Once the upload is complete, you will land on **Build schema** page. For this quickstart, the schema is already built, and utterances are already labeled with intents and entities.
35
+
Once the upload is complete, you will land on **Schema definition** page. For this quickstart, the schema is already built, and utterances are already labeled with intents and entities.
36
36
37
37
> [!div class="nextstepaction"]
38
38
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Conversational-language-understanding&Page=quickstart&Section=Create-a-conversational-language-understanding-project"target="_target">I ran into an issue</a>
39
39
40
40
## Train your model
41
41
42
-
Typically, after you create a project, you should [build schema](../../how-to/build-schema.md) and [label utterances](../../how-to/tag-utterances.md). For this quickstart, we already imported a ready project with built schema and labeled utterances.
42
+
Typically, after you create a project, you should [build a schema](../../how-to/build-schema.md) and [label utterances](../../how-to/tag-utterances.md). For this quickstart, we already imported a ready project with built schema and labeled utterances.
43
43
44
44
To train a model, you need to start a training job. The output of a successful training job is your trained model.
45
45
@@ -57,11 +57,6 @@ Generally after training a model you would review its evaluation details. In thi
57
57
> [!div class="nextstepaction"]
58
58
> <ahref="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Conversational-language-understanding&Page=quickstart&Section=Deploy-model"target="_target">I ran into an issue</a>
59
59
60
-
## Test model
61
-
62
-
After your model is deployed, you can start using it to make predictions through [Prediction API](https://aka.ms/clu-apis). For this quickstart, you will use the [Language Studio](https://aka.ms/LanguageStudio) to submit an utterance, get predictions and visualize the results.
0 commit comments