Skip to content

Commit 1d41ace

Browse files
committed
add int view
1 parent c2b4225 commit 1d41ace

File tree

1 file changed

+14
-14
lines changed
  • articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts

1 file changed

+14
-14
lines changed

articles/ai-services/language-service/conversational-language-understanding/includes/quickstarts/azure-ai-foundry.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ author: laujan
33
manager: nitinme
44
ms.service: azure-ai-language
55
ms.topic: include
6-
ms.date: 07/29/2025
6+
ms.date: 08/03/2025
77
ms.author: lajanuar
88
---
99

1010
> [!NOTE]
1111
>
1212
> * If you already have an Azure AI Language or multi-service resource—whether used on its own or through Language Studio—you can continue to use those existing Language resources within the Azure AI Foundry portal.
1313
> * For more information, see [How to use Azure AI services in the Azure AI Foundry portal](/azure/ai-services/connect-services-ai-foundry-portal).
14-
> * We highly recommend that you use an Azure AI Foundry resource in the AI Foundry; however, you can also follow these instructions using a Language resource.
14+
> * We highly recommended that you use an Azure AI Foundry resource in the AI Foundry; however, you can also follow these instructions using a Language resource.
1515
1616
## Prerequisites
1717

@@ -22,7 +22,7 @@ ms.author: lajanuar
2222

2323
## Get started with Azure AI Foundry
2424

25-
To complete this quickstart, you need a CLU fine-tuning task project that includes a [defined schema](../../how-to/build-schema.md) and [labeled utterances](../../how-to/tag-utterances.md). You can download our [**sample project file**](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json), which comes preconfigured with both a schema and labeled utterances. This project, enables the prediction of user intent for commands such as reading emails, deleting emails, and attaching documents to emails.
25+
To complete this quickstart, you need a Conversational Language Understanding (CLU) fine-tuning task project that includes a [defined schema](../../how-to/build-schema.md) and [labeled utterances](../../how-to/tag-utterances.md). You can download our [**sample project file**](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json), which comes preconfigured with both a schema and labeled utterances. This project enables the prediction of user intent for commands such as reading emails, deleting emails, and attaching documents to emails.
2626

2727
Azure AI Foundry offers a unified platform for building, managing, and deploying AI solutions with a wide array of models and tools. Azure AI Foundry playgrounds are interactive environments within the Azure AI Foundry portal designed for exploring, testing, and prototyping with various AI models and tools. Let's begin:
2828

@@ -32,7 +32,7 @@ Azure AI Foundry offers a unified platform for building, managing, and deploying
3232
1. If you're not already at your project for this task, select it.
3333
1. On the left side navigation pane, select **Playgrounds**, navigate to the **Language playground card**, and then choose the **Try the Language playground** button.
3434

35-
:::image type="content" source="../../media/quickstarts/try-playground.png" alt-text="Screenshot of the try language playground selection in Azure AI Foundry.":::
35+
:::image type="content" source="../../media/quickstarts/try-playground.png" alt-text="Screenshot of the Try Language Playground selection in Azure AI Foundry.":::
3636

3737
## Try Foundry Language playground
3838

@@ -44,7 +44,7 @@ The top section of the Language playground is where you can view and select the
4444

4545
1. Next scroll to and select the **Fine-tune** button.
4646

47-
:::image type="content" source="../../quickstarts/fine-tune-button.png" alt-text="Screenshot of the fine-tune button on the language playground homepage in Azure AI Foundry.":::
47+
:::image type="content" source="../../media/quickstarts/fine-tune-button.png" alt-text="Screenshot of the fine-tune button on the language playground homepage in Azure AI Foundry.":::
4848

4949
1. From **Create service fine-tuning** window that opens, choose the **Conversational language understanding** card, then select **Next**.
5050

@@ -58,13 +58,13 @@ The top section of the Language playground is where you can view and select the
5858

5959
1. Select the **Create** button. It can take a few minutes for the *creating* operation to complete.
6060

61-
1. Once your fine-tuning task project has been created, the **Getting started with fine-tuning** page opens.
61+
1. Once your fine-tuning task project is created, the **Getting started with fine-tuning** page opens.
6262

63-
:::image type="content" source="../../media/create-project/getting-started-fine-tuning.png" alt-text="Screenshot of the getting started with fine-tuning page in the Azure AI Foundry." lightbox="../media/create-project/getting-started-fine-tuning.png":::
63+
:::image type="content" source="../../media/create-project/getting-started-fine-tuning.png" alt-text="Screenshot of the getting started with fine-tuning page in the Azure AI Foundry." lightbox="../../media/create-project/getting-started-fine-tuning.png":::
6464

6565
## Train your model
6666

67-
After project creation, the next steps are schema construction and utterance labeling. However, for this quickstart, since we already preconfigured these steps—simply initiate a training job by selecting **Train model** from the **Getting Started** menu to generate your model.
67+
After project creation, the next steps are schema construction and utterance labeling. However, for this quickstart, since we already preconfigured these steps—go ahead and initiate a training job by selecting **Train model** from the **Getting Started** menu to generate your model.
6868

6969
:::image type="content" source="../../media/quickstarts/getting-started-menu.png" alt-text="Screenshot of the getting started with fine-tuning menu in the Azure AI Foundry.":::
7070

@@ -73,7 +73,7 @@ After project creation, the next steps are schema construction and utterance lab
7373
:::image type="content" source="../../media/quickstarts/train-your-model-button.png" alt-text="Screenshot of the train your model button in the Azure AI Foundry.":::
7474

7575
1. Complete **Select a mode** form but completing the **Model name** field and selecting a **Training mode**. For this quickstart, select the free **Standard training** mode.
76-
For more information, *see* [Training modes](train-model.md#training-modes).
76+
For more information, *see* [Training modes](../../how-to/train-model.md#training-modes).
7777

7878
1. Choose a **training version** from the drop-down menu, then select the **Next** button.
7979

@@ -83,7 +83,7 @@ For more information, *see* [Training modes](train-model.md#training-modes).
8383

8484
## Deploy model
8585

86-
Typically, after training a model, you review its evaluation details. In this quickstart, however, you can simply deploy your model and make it available to test in the Language playground, or by calling the [prediction API](https://aka.ms/clu-apis). However, if you wish, you can take a moment to select **Evaluate your model** from the left-side menu and explore the in-depth telemetry for your model.
86+
Typically, after training a model, you review its evaluation details. In this quickstart, however, you can just deploy your model and make it available to test in the Language playground, or by calling the [prediction API](https://aka.ms/clu-apis). However, if you wish, you can take a moment to select **Evaluate your model** from the left-side menu and explore the in-depth telemetry for your model.
8787

8888
1. To deploy your model within Azure AI Foundry, select **Deploy model** from the left-side menu.
8989
1. Next, select **➕ Deploy a trained model** from the **Deploy your model** window.
@@ -106,7 +106,7 @@ Typically, after training a model, you review its evaluation details. In this qu
106106
1. After successful deployment, you can view the deployment status on the **Deploy your model** page. The expiration date that appears marks the date when your deployed model becomes unavailable to be used for prediction. This date is 18 months after a training configuration is deployed.
107107

108108
:::image type="content" source="../../media/quickstarts/deployed-model-succeeded.png" alt-text="Screenshot of your successfully deployed model status page in Azure AI Foundry.":::
109-
1. From the far-left menu navigate to the Language playground. **Playgrounds****Language playground (Try the Language playground)**.
109+
1. From the far-left menu, navigate to the Language playground. **Playgrounds****Language playground (Try the Language playground)**.
110110
1. Select the **Conversational language understanding** card.
111111
1. A Configuration window with your deployed model should be in the main/center window.
112112
1. In the text box, enter an utterance to test. For example, if you used our [sample project](https://github.com/Azure-Samples/cognitive-services-sample-data-files/blob/master/language-service/CLU/EmailAppDemo.json) application for email-related utterances you could enter **Check email**.
@@ -115,15 +115,15 @@ Typically, after training a model, you review its evaluation details. In this qu
115115
:::image type="content" source="../../media/quickstarts/deployed-model-succeeded.png" alt-text="Screenshot of your successfully deployed model status page in Azure AI Foundry.":::
116116
1. After you run the test, you should see the response of the model in the result.
117117

118-
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.
118+
:::image type="content" source="../../media/quickstarts/language-playground-test.png" alt-text="Screenshot of deployed model testing in Azure AI Foundry language playground.":::
119119

120120
1. You can view the results in a text or JSON format view.
121121

122-
:::image type="content" source="../../media/quickstarts/language-playground-test-results.png" alt-text="Screenshot of deployed model test results in Azure AI Foundry language playground.
122+
:::image type="content" source="../../media/quickstarts/language-playground-test-results.png" alt-text="Screenshot of deployed model test results in Azure AI Foundry language playground.":::
123123

124124
That's it, congratulations!
125125

126-
In this quickstart, you deployed a CLU model and tested it in the Azure AI Foundry Language playground. Next, learn how to [Create your own fine-tuning task project ](../../how-to/create-project.md) for your applcations and workflows.
126+
In this quickstart, you deployed a CLU model and tested it in the Azure AI Foundry Language playground. Next, learn how to [Create your own fine-tuning task project ](../../how-to/create-project.md) for your applications and workflows.
127127

128128
## Clean up resources
129129

0 commit comments

Comments
 (0)