Skip to content

Commit 4a5fc7f

Browse files
authored
Merge pull request #227247 from eric-urban/eur/clu-quickstart
Language Studio QS for CLU edits
2 parents 95fc7a1 + be1699f commit 4a5fc7f

File tree

9 files changed

+28
-29
lines changed

9 files changed

+28
-29
lines changed

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/delete-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ ms.date: 05/12/2022
99
ms.author: aahi
1010
---
1111

12-
When you don't need your project anymore, you can delete your project using Language Studio. Select **projects** from the left navigation menu, select project you want to delete and click on **Delete** from the top menu.
12+
When you don't need your project anymore, you can delete your project using Language Studio. Select **Projects** from the left navigation menu, select the project you want to delete, and then select **Delete** from the top menu.
1313

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/deploy-model.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,19 @@ To deploy your model from within the [Language Studio](https://aka.ms/LanguageSt
1414

1515
1. Select **Deploying a model** from the left side menu.
1616

17-
2. Click on **Add deployment** to start a new deployment job.
17+
1. Select **Add deployment** to start the **Add deployment** wizard.
1818

1919
:::image type="content" source="../../media/add-deployment-model.png" alt-text="A screenshot showing the model deployment button in Language Studio." lightbox="../../media/add-deployment-model.png":::
2020

21-
3. Select **Create new deployment** to create a new deployment and assign a trained model from the dropdown below. You can also **Overwrite an existing deployment** by selecting this option and select the trained model you want to assign to it from the dropdown below.
21+
1. Select **Create a new deployment name** to create a new deployment and assign a trained model from the dropdown below. You can otherwise select **Overwrite an existing deployment name** to effectively replace the model that's used by an existing deployment.
2222

2323
> [!NOTE]
2424
> Overwriting an existing deployment doesn't require changes to your [Prediction API](https://aka.ms/clu-runtime-api) call but the results you get will be based on the newly assigned model.
2525
2626
:::image type="content" source="../../media/create-deployment-job.png" alt-text="A screenshot showing the screen for adding a new deployment in Language Studio." lightbox="../../media/create-deployment-job.png":::
2727

28-
4. click on **Deploy** to start the deployment job.
28+
1. Select a trained model from the **Model** dropdown.
2929

30-
5. After deployment is successful, an expiration date will appear next to it. [Deployment expiration](../../../concepts/model-lifecycle.md#expiration-timeline) is when your deployed model will be unavailable to be used for prediction, which typically happens **twelve** months after a training configuration expires.
30+
1. Select **Deploy** to start the deployment job.
31+
32+
1. After deployment is successful, an expiration date will appear next to it. [Deployment expiration](../../../concepts/model-lifecycle.md#expiration-timeline) is when your deployed model will be unavailable to be used for prediction, which typically happens **twelve** months after a training configuration expires.

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/import-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: aahi
1515
:::image type="content" source="../../media/select-custom-clu.png" alt-text="A screenshot showing the location of Custom Language Understanding in the Language Studio landing page." lightbox="../../media/select-custom-clu.png":::
1616

1717

18-
2. This will bring you to the **Conversational language understanding projects** page. From the dropdown next to Create new project select **Import**.
18+
2. This will bring you to the **Conversational language understanding projects** page. Next to the **Create new project** button select **Import**.
1919

2020
:::image type="content" source="../../media/projects-page.png" alt-text="A screenshot showing the conversation project page in Language Studio." lightbox="../../media/projects-page.png":::
2121

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/test-model.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,18 @@ ms.date: 10/26/2022
99
ms.author: aahi
1010
---
1111

12+
To test your deployed models from within the [Language Studio](https://aka.ms/LanguageStudio):
13+
1. Select **Testing deployments** from the left side menu.
1214

13-
## Test the model
15+
1. For multilingual projects, from the **Select text language** dropdown, select the language of the utterance you're testing.
1416

15-
To test your model from Language studio
17+
1. From the **Deployment name** dropdown, select the deployment name corresponding to the model that you want to test. You can only test models that are assigned to deployments.
1618

17-
1. Select **Test model** from the left side menu.
19+
1. In the text box, enter an utterance to test. For example, if you created an application for email-related utterances you could enter *Delete this email*.
1820

19-
3. Select the model you want to test. You can only test models that are assigned to deployments.
21+
1. Towards the top of the page, select **Run the test**.
2022

21-
4. For multilingual projects, from the language dropdown, select the language of the utterance you are testing.
22-
23-
5. From deployment name dropdown, select your deployment name.
24-
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*.
26-
27-
7. From the top menu, click on **Run the test**.
28-
29-
8. After you run the test, you should see the response of the model in the result. You can view the results in entities cards view, or view it in JSON format.
23+
1. After you run the test, you should see the response of the model in the result. You can view the results in entities cards view or view it in JSON format.
3024

3125
<!--:::image type="content" source="../../media/test-model.png" alt-text="A screenshot showing testing the model." lightbox="../../media/test-model.png":::-->
26+

articles/cognitive-services/language-service/conversational-language-understanding/includes/language-studio/train-model.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ To start training your model from within the [Language Studio](https://aka.ms/la
1515

1616
2. Select **Start a training job** from the top menu.
1717

18-
3. Select **Train a new model** and type in the model name in the text box. You can also **overwrite an existing model** by selecting this option and choosing the model you want to overwrite from the dropdown menu. Overwriting a trained model is irreversible, but it won't affect your deployed models until you deploy the new model.
18+
3. Select **Train a new model** and enter a new model name in the text box. Otherwise to replace an existing model with a model trained on the new data, select **Overwrite an existing model** and then select an existing model. Overwriting a trained model is irreversible, but it won't affect your deployed models until you deploy the new model.
1919

2020
4. Select training mode. You can choose **Standard training** for faster training, but it is only available for English. Or you can choose **Advanced training** which is supported for other languages and multilingual projects, but it involves longer training times. Learn more about [training modes](../../how-to/train-model.md#training-modes).
2121

2222

2323
5. Select a [data splitting](../../how-to/train-model.md#data-splitting) method. You can choose **Automatically splitting the testing set from training data** where the system will split your utterances between the training and testing sets, according to the specified percentages. Or you can **Use a manual split of training and testing data**, this option is only enabled if you have added utterances to your testing set when you [labeled your utterances](../../how-to/tag-utterances.md).
2424

25-
6. Click on the **Train** button.
25+
6. Select the **Train** button.
2626

2727
:::image type="content" source="../../media/train-model.png" alt-text="A screenshot showing the training page in Language Studio." lightbox="../../media/train-model.png":::
2828

29-
7. Click on the training job ID from the list. a panel will appear where you can check the **Training progress**, **Job status** and other details for this job.
29+
7. Select the training job ID from the list. A panel will appear where you can check the training progress, job status, and other details for this job.
3030

3131
> [!NOTE]
3232
> * Only successfully completed training jobs will generate models.
3333
> * Training can take some time between a couple of minutes and couple of hours based on the count of utterances.
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, select **Click here to change** and choose a previous [training configuration version](../../../concepts/model-lifecycle.md).
34+
> * You can only have one training job running at a time. You can't start other training jobs within the same project until the running job is completed.
35+
> * The machine learning used to train models is regularly updated. To train on a previous [configuration version](../../../concepts/model-lifecycle.md), select **Click here to change** from the **Start a training job** page and choose a previous version.

articles/cognitive-services/language-service/conversational-language-understanding/includes/quickstarts/language-studio.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ ms.custom: ignite-fall-2021
2626
2727
## Create a conversational language understanding project
2828

29-
Once you have a Language resource created, create a conversational language understanding project. A project is a work area for building your custom ML models based on your data. Your project can only be accessed by you and others who have access to the Language resource being used.
29+
Once you have a Language resource selected, create a conversational language understanding project. A project is a work area for building your custom ML models based on your data. Your project can only be accessed by you and others who have access to the Language resource being used.
3030

31-
For this quickstart, you can download [this sample project](https://go.microsoft.com/fwlink/?linkid=2196152) and import it. This project can predict the intended commands from user input, such as: reading emails, deleting emails, and attaching a document to an email.
31+
For this quickstart, you can download [this sample project file](https://go.microsoft.com/fwlink/?linkid=2196152) and import it. This project can predict the intended commands from user input, such as: reading emails, deleting emails, and attaching a document to an email.
3232

3333
[!INCLUDE [Import project](../language-studio/import-project.md)]
3434

@@ -57,6 +57,8 @@ Generally after training a model you would review its evaluation details. In thi
5757
> [!div class="nextstepaction"]
5858
> <a href="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>
5959
60+
## Test deployed model
61+
6062
[!INCLUDE [Test model](../language-studio/test-model.md)]
6163

6264
> [!div class="nextstepaction"]

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/language-studio/delete-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.author: aahi
1010
ms.custom: language-service-custom-classification, event-tier1-build-2022
1111
---
1212

13-
When you don't need your project anymore, you can delete your project using [Language Studio](https://aka.ms/custom-extraction). Select **Custom named entity recognition (NER)** from the top, select project you want to delete and click on **Delete** from the top menu.
13+
When you don't need your project anymore, you can delete your project using [Language Studio](https://aka.ms/custom-extraction). Select **Custom named entity recognition (NER)** from the top, select the project you want to delete, and then select **Delete** from the top menu.

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/delete-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ ms.date: 05/24/2022
99
ms.author: aahi
1010
---
1111

12-
When you don't need your project anymore, you can delete your project using [Language Studio](https://aka.ms/custom-classification). Select **Custom text classification** in the top, then select the project you want to delete. Click on **Delete** from the top menu to delete the project.
12+
When you don't need your project anymore, you can delete your project using [Language Studio](https://aka.ms/custom-classification). Select **Custom text classification** in the top, and then select the project you want to delete. Select **Delete** from the top menu to delete the project.

articles/cognitive-services/language-service/orchestration-workflow/includes/language-studio/delete-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ ms.author: aahi
1010
ms.custom: ignite-fall-2021
1111
---
1212

13-
When you don't need your project anymore, you can delete your project using Language Studio. Select projects from the left navigation menu, select project you want to delete and click on **Delete** from the top menu.
13+
When you don't need your project anymore, you can delete your project using Language Studio. Select **Projects** from the left navigation menu, select the project you want to delete, and then select **Delete** from the top menu.
1414

0 commit comments

Comments
 (0)