Skip to content

Commit c95a405

Browse files
authored
Merge pull request #199146 from aahill/fast-follow-updates-4
terminology updates for text classification include files
2 parents b36004d + 40ddcc4 commit c95a405

18 files changed

+95
-93
lines changed

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/cancel-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ ms.author: aahi
1010
---
1111

1212

13-
To cancel a training job in [Language Studio](https://aka.ms/laguageStudio), go to the **Train model** page. Select the training job you want to cancel, and click on **Cancel** from the top menu.
13+
To cancel a training job in [Language Studio](https://aka.ms/laguageStudio), go to the **Training jobs** page. Select the training job you want to cancel, and click on **Cancel** from the top menu.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ manager: nitinme
44
ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.topic: include
7-
ms.date: 04/22/2022
7+
ms.date: 05/24/2022
88
ms.author: aahi
99
ms.custom: ignite-fall-2021, event-tier1-build-2022
1010
---
@@ -16,7 +16,7 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
1616
:::image type="content" source="../../media/select-custom-text-classification.png" alt-text="A screenshot showing the location of custom text classification in the Language Studio landing page." lightbox="../../media/select-custom-text-classification.png":::
1717

1818

19-
3. Select **Create new project** from the top menu in your projects page. Creating a project will let you tag data, train, evaluate, improve, and deploy your models.
19+
3. Select **Create new project** from the top menu in your projects page. Creating a project will let you label data, train, evaluate, improve, and deploy your models.
2020

2121
:::image type="content" source="../../media/create-project.png" alt-text="A screenshot of the project creation page." lightbox="../../media/create-project.png":::
2222

@@ -34,14 +34,14 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
3434

3535
:::image type="content" source="../../media/project-types.png" alt-text="A screenshot of the available custom classification project types." lightbox="../../media/project-types.png":::
3636

37-
5. Enter the project information, including a name, description, and the language of the files in your project. You won’t be able to change the name of your project later. Click **Next**.
37+
5. Enter the project information, including a name, description, and the language of the documents in your project. You won’t be able to change the name of your project later. Click **Next**.
3838

3939
>[!TIP]
4040
> Your dataset doesn't have to be entirely in the same language. You can have multiple documents, each with different supported languages. If your dataset contains documents of different languages or if you expect text from different languages during runtime, select **enable multi-lingual dataset** option when you enter the basic information for your project. This option can be enabled later from the **Project settings** page.
4141
4242
6. Select the container where you have uploaded your dataset.
4343

4444
>[!Note]
45-
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my files are already labels and I have formatted JSON labels file** and select the labels file from the drop-down menu below. Click **Next**.
45+
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below. Click **Next**.
4646
4747
7. Review the data you entered and select **Create Project**.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.custom: event-tier1-build-2022
77
ms.topic: include
8-
ms.date: 05/04/2022
8+
ms.date: 05/24/2022
99
ms.author: aahi
1010
---
1111

12-
To delete a deployment from within [Language Studio](https://aka.ms/laguageStudio), go to the **Deploy model** page. Select the deployment you want to delete and click on **Delete deployment** from the top menu.
12+
To delete a deployment from within [Language Studio](https://aka.ms/laguageStudio), go to the **Deploying a model** page. Select the deployment you want to delete and click on **Delete deployment** from the top menu.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.custom: event-tier1-build-2022
88
ms.topic: include
9-
ms.date: 05/05/2022
9+
ms.date: 05/24/2022
1010
ms.author: aahi
1111
---
1212

1313

1414
To delete your model from within the [Language Studio](https://aka.ms/LanguageStudio):
1515

16-
1. Select **View model details** from the left side menu.
16+
1. Select **Model performance** from the left side menu.
1717

1818
2. Click on the **model name** you want to delete and click **Delete** from the top menu.
1919

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.custom: event-tier1-build-2022
77
ms.topic: include
8-
ms.date: 04/22/2022
8+
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 left navigation menu, 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, then select the project you want to delete. Click on **Delete** from the top menu to delete the project.

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/deploy-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ ms.service: cognitive-services
55
ms.subservice: language-service
66
ms.custom: event-tier1-build-2022
77
ms.topic: include
8-
ms.date: 04/22/2022
8+
ms.date: 05/24/2022
99
ms.author: aahi
1010
---
1111

1212

1313
To deploy your model from within the [Language Studio](https://aka.ms/LanguageStudio):
1414

15-
1. Select **Deploy model** from the left side menu.
15+
1. Select **Deploying a model** from the left side menu.
1616

17-
2. Click on **Start deployment job** to start a new deployment job.
17+
2. Click on **Add deployment** to start a new deployment job.
1818

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: cognitive-services
77
ms.subservice: language-service
88
ms.custom: event-tier1-build-2022
99
ms.topic: include
10-
ms.date: 05/06/2022
10+
ms.date: 05/24/2022
1111
ms.author: aahi
1212
---
1313

@@ -18,7 +18,7 @@ ms.author: aahi
1818
:::image type="content" source="../../media/select-custom-text-classification.png" alt-text="A screenshot showing the location of custom text classification in the Language Studio landing page." lightbox="../../media/select-custom-text-classification.png":::
1919

2020

21-
3. Select **Create new project** from the top menu in your projects page. Creating a project will let you tag data, train, evaluate, improve, and deploy your models.
21+
3. Select **Create new project** from the top menu in your projects page. Creating a project will let you label data, train, evaluate, improve, and deploy your models.
2222

2323
:::image type="content" source="../../media/create-project.png" alt-text="A screenshot of the project creation page." lightbox="../../media/create-project.png":::
2424

@@ -36,14 +36,14 @@ ms.author: aahi
3636

3737
:::image type="content" source="../../media/project-types.png" alt-text="A screenshot of the available custom classification project types." lightbox="../../media/project-types.png":::
3838

39-
5. Enter the project information, including a name, description, and the language of the files in your project. You won’t be able to change the name of your project later. Click **Next**.
39+
5. Enter the project information, including a name, description, and the language of the documents in your project. You won’t be able to change the name of your project later. Click **Next**.
4040

4141
>[!TIP]
4242
> Your dataset doesn't have to be entirely in the same language. You can have multiple documents, each with different supported languages. If your dataset contains documents of different languages or if you expect text from different languages during runtime, select **enable multi-lingual dataset** option when you enter the basic information for your project. This option can be enabled later from the **Project settings** page.
4343
4444
6. Select the container where you have uploaded your dataset.
4545

46-
7. Click on **Yes, my files are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below to import your JSON tags file. Make sure it follows the [supported format](../../concepts/data-formats.md).
46+
7. Click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below to import your JSON labels file. Make sure it follows the [supported format](../../concepts/data-formats.md).
4747

4848
7. Click **Next**.
4949

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/model-evaluation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: aahi
1111

1212
1. Go to your project page in [Language Studio](https://aka.ms/languageStudio).
1313

14-
2. Select **View model details** from the menu on the left side of the screen.
14+
2. Select **Model performance** from the menu on the left side of the screen.
1515

1616
3. In this page you can only view the successfully trained models, F1 score for each model and [model expiration date](../../../concepts/model-lifecycle.md). You can click on the model name for more details about its performance.
1717

@@ -20,5 +20,5 @@ ms.author: aahi
2020
:::image type="content" source="../../media/model-details-2.png" alt-text="A screenshot of the model performance metrics in Language Studio." lightbox="../../media/model-details-2.png":::
2121

2222
> [!NOTE]
23-
> Classes that are neither tagged nor predicted in the test set will not be part of the displayed results.
23+
> Classes that are neither labeled nor predicted in the test set will not be part of the displayed results.
2424

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ ms.service: cognitive-services
77
ms.subservice: language-service
88
ms.custom: event-tier1-build-2022
99
ms.topic: include
10-
ms.date: 05/06/2022
10+
ms.date: 05/24/2022
1111
ms.author: aahi
1212
---
1313

14-
1. Go to your project settings page in [Language Studio](https://aka.ms/languageStudio).
14+
1. Go to your **project settings** page in [Language Studio](https://aka.ms/languageStudio).
1515

1616
2. You can see project details.
1717

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/swap-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: aahi
1313

1414
To swap deployments from within [Language Studio](https://aka.ms/laguageStudio)
1515

16-
1. In the **Deploy model** page, select the two deployments you want to swap and click on **Swap deployments** from the top menu.
16+
1. In **Deploying a model** page, select the two deployments you want to swap and click on **Swap deployments** from the top menu.
1717

1818
2. From the window that appears, select the names of the deployments you want to swap.
1919

0 commit comments

Comments
 (0)