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
Use a [Microsoft Bicep](/azure/azure-resource-manager/bicep/overview) file (template) to create an [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs) project. A template makes it easy to create resources as a single, coordinated operation. A Bicep file is a text document that defines the resources that are needed for a deployment. It might also specify deployment parameters. Parameters are used to provide input values when using the file to deploy resources.
22
19
23
20
## Prerequisites
@@ -69,13 +66,13 @@ az deployment group create --resource-group exampleRG --template-file main.bicep
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/how-to/create-project.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
17
17
18
18
> [!NOTE]
19
19
>
20
-
> 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. For more information, see [How to use Azure AI services in the Azure AI Foundry portal](../../../../ai-services/connect-services-ai-foundry-portal.md).
21
-
>
22
-
> In Azure AI Foundry, you set up a fine-tuning task to serve as your workspace when customizing your CLU model. Previously, a **fine-tuning task** was referred to as a **CLU project**. You might encounter both terms used interchangeably in older CLU documentation.
20
+
> *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. For more information, see [How to use Azure AI services in the Azure AI Foundry portal](../../../../ai-services/connect-services-ai-foundry-portal.md).
21
+
>* In Azure AI Foundry, a fine-tuning task serves as your workspace when customizing your CLU model. Previously, a **fine-tuning task** was referred to as a **CLU project**. You might encounter both terms used interchangeably in older CLU documentation.
22
+
> * 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.
23
23
>
24
24
25
25
## Prerequisites
@@ -29,10 +29,6 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
29
29
* An [Azure AI Foundry multi-service resource](../../../multi-service-resource.md). For more information, *see*[Configure an Azure AI Foundry resource](configure-azure-resources.md#option-1-configure-an-azure-ai-foundry-resource). Alternately, you can use an [Azure AI Language resource](https://portal.azure.com/?Microsoft_Azure_PIMCommon=true#create/Microsoft.CognitiveServicesTextAnalytics).
30
30
* A Foundry project created in the Azure AI Foundry. For more information, *see*[Create an AI Foundry project](../../../../ai-foundry/how-to/create-projects.md).
31
31
32
-
> [!NOTE]
33
-
>
34
-
> 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.
35
-
36
32
## Create a CLU fine-tuning task project
37
33
38
34
To create a CLU fine-tuning task project, you first configure your environment and then create a fine-tuning task, which serves as your workspace for customizing your CLU model.
@@ -71,7 +67,7 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
71
67
72
68
1. From **Create service fine-tuning** window, choose the **Conversational language understanding** tab then select **Next**.
73
69
74
-
:::image type="content" source="../media/select-project.png" alt-text="Screenshot of conversational language understanding tab in the Azure AI Foundry.":::
70
+
:::image type="content" source="../media/select-project.png" alt-text="Screenshot of conversational language understanding selection card in the Azure AI Foundry.":::
75
71
76
72
1. In **Create CLU fine tuning task** window, select your **Connected service** from the drop-down menu, then complete the **Name** and **Language** fields. If you're using the free **Standard Training** mode, select **English** for the language field.
77
73
@@ -84,7 +80,7 @@ A Conversational Language Understanding (CLU) fine-tuning task is a workspace pr
84
80
> ***Advanced training** includes longer training durations and is supported for English, other languages, and multilingual projects.
85
81
> * For more information, *see*[Training modes](train-model.md#training-modes).
86
82
87
-
1. Once the task creation is complete, select the task from the AI Service fine-tuning window to arrive at the Getting started with fine-tuning page.
83
+
1. Once the task creation is complete, select the task from the AI Service fine-tuning window to arrive at the **Getting started with fine-tuning** page.
88
84
89
85
:::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":::
Copy file name to clipboardExpand all lines: articles/ai-services/language-service/conversational-language-understanding/how-to/train-model.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,10 @@ We recommend that you introduce casing and punctuation diversity in the training
54
54
55
55
## Data splitting
56
56
57
-
Before you start the training process, labeled utterances in your project are divided into a training set and a testing set. Each one of them serves a different function.
58
-
The **training set** is used in training the model, the set from which the model learns the labeled utterances.
59
-
The **testing set** is a blind set that isn't introduced to the model during training but only during evaluation.
57
+
Before you start the training process, labeled utterances in your project are divided into a training set and a testing set. Each one of them serves a different function:
58
+
59
+
* The **training set** is used in training the model, the set from which the model learns the labeled utterances.
60
+
* The **testing set** is a blind set that isn't introduced to the model during training but only during evaluation.
60
61
61
62
After the model is trained successfully, the model can be used to make predictions from the utterances in the testing set. These predictions are used to calculate [evaluation metrics](../concepts/evaluation-metrics.md).
62
63
We recommend that you make sure that all your intents and entities are adequately represented in both the training and testing set.
0 commit comments