Skip to content

Commit 1a85064

Browse files
authored
Merge pull request #109025 from melghazali/master
[cogsvcs] Update sentence-alignment.md
2 parents f862213 + 7deac0a commit 1a85064

File tree

9 files changed

+17
-6
lines changed

9 files changed

+17
-6
lines changed
50 KB
Loading
24.3 KB
Loading
39.6 KB
Loading
34.6 KB
Loading
38.7 KB
Loading
33.9 KB
Loading
33.1 KB
Loading

articles/cognitive-services/Translator/custom-translator/quickstart-build-deploy-custom-model.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,21 @@ This article provides step-by-step instructions to build a translation system wi
2424
2. A subscription to the Translator Text API via the Azure portal. You will need the Translator Text API subscription key to associate with your workspace in Custom Translator. See [how to sign up for the Translator Text API](https://docs.microsoft.com/azure/cognitive-services/translator/translator-text-how-to-signup).
2525

2626
3. When you have both of the above, sign in to the
27-
[Custom Translator](https://portal.customtranslator.azure.ai) portal. Once
28-
on the Custom Translator portal,
29-
navigate to the Settings page where you can associate your Microsoft
30-
Translator Text API subscription key with your workspace.
27+
[Custom Translator](https://portal.customtranslator.azure.ai) portal to create workspaces, projects, upload files and create/deploy models.
28+
29+
## Create a workspace
30+
31+
If you are first time user, you will be asked to agree to the Terms of Service, to create a workspace and to associate your workspace with Microsoft Translator Text API subscription.
32+
33+
![Create workspace](media/quickstart/terms-of-service.png)
34+
![Create workspace](media/quickstart/create-workspace-1.png)
35+
![Create workspace](media/quickstart/create-workspace-2.png)
36+
![Create workspace](media/quickstart/create-workspace-3.png)
37+
![Create workspace](media/quickstart/create-workspace-4.png)
38+
![Create workspace](media/quickstart/create-workspace-5.png)
39+
![Create workspace](media/quickstart/create-workspace-6.png)
40+
41+
On subsequent visits to the Custom Translator portal, navigate to the Settings page where you can manage your workspace, create more workspaces, associate your Microsoft Translator Text API subscription key with your workspaces, add co-owners, and change a subscription key.
3142

3243
## Create a project
3344

articles/cognitive-services/Translator/custom-translator/sentence-alignment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ For a training to succeed, the table below shows the minimum number of sentences
4646
| Document type | Suggested minimum sentence count | Maximum sentence count |
4747
|------------|--------------------------------------------|--------------------------------|
4848
| Training | 10,000 | No upper limit |
49-
| Tuning | 5,000 | 2,500 |
50-
| Testing | 5,000 | 2,500 |
49+
| Tuning | 500 | 2,500 |
50+
| Testing | 500 | 2,500 |
5151
| Dictionary | 0 | No upper limit |
5252

5353
> [!NOTE]

0 commit comments

Comments
 (0)