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
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/includes/language-studio/train-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: ignite-fall-2021
12
12
13
13
To start training your model from within the [Language Studio](https://aka.ms/languageStudio):
14
14
15
-
1. Select **Train model** from the left side menu.
15
+
1. Select **Training jobs** from the left side menu.
16
16
17
17
2. Select **Start a training job** from the top menu.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/includes/resource-creation-azure-portal.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,27 +5,23 @@ manager: nitinme
5
5
ms.service: cognitive-services
6
6
ms.subservice: language-service
7
7
ms.topic: include
8
-
ms.date: 05/20/2022
8
+
ms.date: 06/21/2022
9
9
ms.author: aahi
10
10
---
11
11
12
12
### Create a new resource from the Azure portal
13
13
14
14
1. Go to the [Azure portal](https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics) to create a new Azure Language resource.
15
15
16
-
2. Click on **Create a new resource**
16
+
2. Click on **Continue to create your resource**
17
17
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.
23
19
24
20
|Instance detail |Required value |
25
21
|---------|---------|
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). |
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/orchestration-workflow/includes/rest-api/train-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Use the following object in your request. The model will be named `MyModel` once
52
52
|---------|-----|----|---------|
53
53
|`modelLabel`|`{MODEL-NAME}`|Your Model name. |`Model1`|
54
54
|`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`|
56
56
|`trainingSplitPercentage`|`80`| Percentage of your tagged data to be included in the training set. Recommended value is `80`. |`80`|
57
57
|`testingSplitPercentage`|`20`| Percentage of your tagged data to be included in the testing set. Recommended value is `20`. |`20`|
0 commit comments