Skip to content

Commit 0cd166f

Browse files
committed
fixing bug reports
1 parent 95631c1 commit 0cd166f

File tree

5 files changed

+12
-16
lines changed

5 files changed

+12
-16
lines changed

articles/cognitive-services/language-service/orchestration-workflow/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ author: aahill
77
manager: nitinme
88
ms.service: cognitive-services
99
ms.subservice: language-service
10-
ms.topic: quickstart
11-
ms.date: 05/23/2022
10+
ms.topic: conceptual
11+
ms.date: 06/21/2022
1212
ms.author: aahi
1313
ms.custom: ignite-fall-2021, mode-other
1414
---
@@ -48,7 +48,7 @@ See the [language support](./language-support.md) article.
4848
-->
4949
## How do I get more accurate results for my project?
5050

51-
Take a look at the [recommended guidelines](./how-to/create-project.md) for information on improving accuracy.
51+
See [evaluation metrics](./concepts/evaluation-metrics.md) for information on how models are evaluated, and metrics you can use to improve accuracy.
5252
<!--
5353
## How many intents, and utterances can I add to a project?
5454

articles/cognitive-services/language-service/orchestration-workflow/includes/language-studio/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2021
1212

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

15-
1. Select **Train model** from the left side menu.
15+
1. Select **Training jobs** from the left side menu.
1616

1717
2. Select **Start a training job** from the top menu.
1818

articles/cognitive-services/language-service/orchestration-workflow/includes/quickstarts/rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 06/06/2022
8+
ms.date: 06/21/2022
99
ms.author: aahi
1010
---
1111

articles/cognitive-services/language-service/orchestration-workflow/includes/resource-creation-azure-portal.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,23 @@ manager: nitinme
55
ms.service: cognitive-services
66
ms.subservice: language-service
77
ms.topic: include
8-
ms.date: 05/20/2022
8+
ms.date: 06/21/2022
99
ms.author: aahi
1010
---
1111

1212
### Create a new resource from the Azure portal
1313

1414
1. Go to the [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics) to create a new Azure Language resource.
1515

16-
2. Click on **Create a new resource**
16+
2. Click on **Continue to create your resource**
1717

18-
3. In the window that appears, search for **Language service**
19-
20-
4. Click **Create**
21-
22-
5. Create a Language resource with following details.
18+
3. Create a Language resource with following details.
2319

2420
|Instance detail |Required value |
2521
|---------|---------|
26-
|Region | Learn more about [supported regions](../service-limits.md#regional-support). |
27-
|Name| Required name for your Language resource|
28-
|Pricing tier | Learn more about [supported pricing tiers](../service-limits.md#language-resource-limits). |
22+
|Region | One of the [supported regions](../service-limits.md#regional-support). |
23+
|Name| A name for your Language resource. |
24+
|Pricing tier | One of the [supported pricing tiers](../service-limits.md#language-resource-limits). |
2925

3026

3127

articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Use the following object in your request. The model will be named `MyModel` once
5252
|---------|-----|----|---------|
5353
|`modelLabel` | `{MODEL-NAME}`|Your Model name. | `Model1` |
5454
| `trainingConfigVersion` |`{CONFIG-VERSION}`| The training configuration model version. By default, the latest [model version](../../../concepts/model-lifecycle.md) is used. | `2022-05-01` |
55-
| `kind` | `percentage` | Split methods. Possible values are `percentage` or `manual`. See [how to train a model](../../how-to/train-model.md#data-splitting) for more information. |`percentage`|
55+
| `kind` | `percentage` | Split methods. Possible values are `percentage` or `manual`. See [how to train a model](../../how-to/train-model.md) for more information. |`percentage`|
5656
| `trainingSplitPercentage` | `80`| Percentage of your tagged data to be included in the training set. Recommended value is `80`. | `80`|
5757
| `testingSplitPercentage` | `20` | Percentage of your tagged data to be included in the testing set. Recommended value is `20`. | `20` |
5858

0 commit comments

Comments
 (0)