Skip to content

Commit 010ea04

Browse files
authored
Merge pull request #199150 from aahill/fast-follow-updates-5
updating wording
2 parents 56cf2c7 + 181a6e0 commit 010ea04

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/cognitive-services/language-service/custom-text-classification/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: overview
11-
ms.date: 05/06/2022
11+
ms.date: 05/24/2022
1212
ms.author: aahi
1313
ms.custom: language-service-custom-classification, ignite-fall-2021, event-tier1-build-2022
1414
---
1515

16-
# What is custom text classification (preview)?
16+
# What is custom text classification?
1717

1818
Custom text classification is one of the custom features offered by [Azure Cognitive Service for Language](../overview.md). It is a cloud-based API service that applies machine-learning intelligence to enable you to build custom models for text classification tasks.
1919

20-
Custom text classification enables users to build custom AI models to classify text into custom classes pre-defined by the user. By creating a custom text classification project, developers can iteratively tag data, train, evaluate, and improve model performance before making it available for consumption. The quality of the tagged data greatly impacts model performance. To simplify building and customizing your model, the service offers a custom web portal that can be accessed through the [Language studio](https://aka.ms/languageStudio). You can easily get started with the service by following the steps in this [quickstart](quickstart.md).
20+
Custom text classification enables users to build custom AI models to classify text into custom classes pre-defined by the user. By creating a custom text classification project, developers can iteratively label data, train, evaluate, and improve model performance before making it available for consumption. The quality of the labeled data greatly impacts model performance. To simplify building and customizing your model, the service offers a custom web portal that can be accessed through the [Language studio](https://aka.ms/languageStudio). You can easily get started with the service by following the steps in this [quickstart](quickstart.md).
2121

2222
Custom text classification supports two types of projects:
2323

@@ -52,9 +52,9 @@ Follow these steps to get the most out of your model:
5252

5353
1. **Define schema**: Know your data and identify the [classes](glossary.md#class) you want differentiate between, avoid ambiguity.
5454

55-
2. **Tag data**: The quality of data tagging is a key factor in determining model performance. Documents that belong to the same class should always have the same class, if you have a document that can fall into two classes use **Multi label classification** projects. Avoid class ambiguity, make sure that your classes are clearly separable from each other, especially with single label classification projects.
55+
2. **Label data**: The quality of data labeling is a key factor in determining model performance. Documents that belong to the same class should always have the same class, if you have a document that can fall into two classes use **Multi label classification** projects. Avoid class ambiguity, make sure that your classes are clearly separable from each other, especially with single label classification projects.
5656

57-
3. **Train model**: Your model starts learning from your tagged data.
57+
3. **Train model**: Your model starts learning from your labeled data.
5858

5959
4. **View model evaluation details**: View the evaluation details for your model to determine how well it performs when introduced to new data.
6060

articles/cognitive-services/language-service/custom-text-classification/tutorials/cognitive-search.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
1010
ms.topic: tutorial
11-
ms.date: 04/14/2022
11+
ms.date: 05/24/2022
1212
ms.author: aahi
1313
ms.custom:
1414
---
1515

16-
# Tutorial: Enrich Cognitive search index with custom classes from your data
16+
# Tutorial: Enrich Cognitive Search index with custom classes from your data
1717

1818
With the abundance of electronic documents within the enterprise, the problem of search through them becomes a tiring and expensive task. [Azure Cognitive Search](../../../../search/search-create-service-portal.md) helps with searching through your files based on their indices. Custom text classification helps in enriching the indexing of these files by classifying them into your custom classes.
1919

@@ -143,9 +143,9 @@ Generally after training a model you would review it's [evaluation details](../h
143143

144144
6. Get your custom text classification project secrets
145145

146-
1. You will need your **project-name**, project names are case-sensitive.
146+
1. You will need your **project-name**, project names are case-sensitive. Project names can be found in **project settings** page.
147147

148-
2. You will also need the **deployment-name**.
148+
2. You will also need the **deployment-name**. Deployment names can be found in **Deploying a model** page.
149149

150150
### Run the indexer command
151151

0 commit comments

Comments
 (0)