Skip to content

Commit 3cb8dfe

Browse files
committed
Merge branch 'how-to-guides-for-clu' of https://github.com/paulth1/azure-ai-docs-pr into how-to-guides-for-clu
2 parents 0ca00b3 + ca89398 commit 3cb8dfe

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/ai-services/language-service/conversational-language-understanding/how-to/build-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ To add a regex component, select **Add expression**. Name the regex key, and ent
8686

8787
### Define entity options
8888

89-
Select the **Entity Options** tab on the entity details page. When multiple components are defined for an entity, their predictions might overlap. When an overlap occurs, each entity's final prediction is determined based on the [entity option](../concepts/entity-components.md#entity-options) that you select in this step. Select the option that you want to apply to this entity and select **Save**.
89+
Select the **Entity Options** tab on the entity details page. When multiple components are defined for an entity, their predictions might overlap. When an overlap occurs, each entity's final prediction is determined based on the [entity option](../concepts/entity-components.md#entity-options) that you select in this step. Select the option that you want to apply to this entity, and then select **Save**.
9090

9191
<!--:::image type="content" source="../media/entity-options.png" alt-text="A screenshot that shows an entity option in Language Studio." lightbox="../media/entity-options.png":::-->
9292

articles/ai-services/language-service/conversational-language-understanding/how-to/create-project.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ After you create a Language resource, create a CLU project.
4949

5050
---
5151

52-
## Import project
52+
## Import a project
5353

5454
### [Azure AI Foundry](#tab/azure-ai-foundry)
5555

@@ -73,11 +73,11 @@ You can import a CLU JSON into the service.
7373

7474
---
7575

76-
## Export project
76+
## Export a project
7777

7878
### [Azure AI Foundry](#tab/azure-ai-foundry)
7979

80-
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and select **Export**.
80+
You can export a CLU project as a JSON file at any time. On the conversation projects page, select a project, and then select **Export**.
8181

8282
### [REST APIs](#tab/rest-api)
8383

@@ -99,7 +99,7 @@ You can export a CLU project as a JSON file at any time.
9999

100100
---
101101

102-
## Delete project
102+
## Delete a project
103103

104104
### [Azure AI Foundry](#tab/azure-ai-foundry)
105105

articles/ai-services/language-service/conversational-language-understanding/how-to/tag-utterances.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ ms.custom: language-service-clu
1515

1616
After you [build a schema](build-schema.md) for your fine-tuning task, you add training utterances to your project. The utterances should be similar to what your users use when they interact with the project. When you add an utterance, you have to assign which intent it belongs to. After the utterance is added, label the words within your utterance that you want to extract as entities.
1717

18-
Data labeling is a crucial step in the conversational language understanding (CLU) trained development lifecycle. This data is used in the next step when you train your model so that your model can learn from the labeled data. If you already labeled utterances, you can directly [import them into your project](create-project.md#import-project), if your data follows the [accepted data format](../concepts/data-formats.md). To learn more about importing labeled data, see [Create a CLU fine-tuning task](create-project.md#import-project). Labeled data informs the model about how to interpret text and is used for training and evaluation.
18+
Data labeling is a crucial step in the conversational language understanding (CLU) trained development lifecycle. This data is used in the next step when you train your model so that your model can learn from the labeled data. If you already labeled utterances, you can directly [import them into your project](create-project.md#import-a-project), if your data follows the [accepted data format](../concepts/data-formats.md). To learn more about importing labeled data, see [Create a CLU fine-tuning task](create-project.md#import-a-project). Labeled data informs the model about how to interpret text and is used for training and evaluation.
1919

20-
> [!TIP]
21-
> Use the **Quick Deploy** option to implement custom CLU intent routing, which is powered by your own large language model deployment without adding or labeling any training data.
20+
> [!TIP]
21+
> Use the **Quick Deploy** option to implement custom CLU intent routing, which is powered by your own large language model deployment without adding or labeling any training data.
2222
2323
## Prerequisites
2424

articles/ai-services/language-service/conversational-language-understanding/includes/language-studio/create-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ ms.author: lajanuar
2424
|Utterances primary language | The primary language of your project. Your training data should primarily be in this language. |
2525
|Enable multiple languages | Whether you want to enable your project to support [multiple languages](../../language-support.md#multi-lingual-option) at once. |
2626

27-
1. After you're finished, select **Create**. You should now see the **Getting started** landing page for your project.
27+
1. After you finish, select **Create**. You should now see the **Getting started** landing page for your project.

0 commit comments

Comments
 (0)