Skip to content

Commit 5e1d227

Browse files
committed
resolve build errors
1 parent 6129272 commit 5e1d227

File tree

1 file changed

+6
-4
lines changed
  • articles/ai-services/translator/custom-translator/azure-ai-foundry/how-to

1 file changed

+6
-4
lines changed

articles/ai-services/translator/custom-translator/azure-ai-foundry/how-to/train-model.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Train model - Custom translation
2+
title: Azure AI Foundry custom translation
33
titleSuffix: Azure AI services
4-
description: How to train a custom model
4+
description: How to train a custom model in Azure AI Foundry.
55
author: laujan
66
manager: nitinme
77
ms.service: azure-ai-translator
@@ -10,12 +10,14 @@ ms.author: lajanuar
1010
ms.topic: how-to
1111
---
1212

13-
# Train a model
13+
# Azure AI Foundry: train a custom model
1414

15-
Custom translation model provides translations for a specific language pair. The outcome of a successful training is a model. To train a custom model, three mutually exclusive document types are required: training, tuning, and testing. If only training data is provided when queuing a training, Custom translation automatically assembles tuning and testing data. It uses a random subset of sentences from your training documents, and exclude these sentences from the training data itself. A minimum of 10,000 parallel training sentences are required to train a full model.
15+
A custom translation model provides translations for a specific language pair. The outcome of a successful training is a model. To train a custom model, three mutually exclusive document types are required: training, tuning, and testing. If only training data is provided when queuing a training, Custom translation automatically assembles tuning and testing data. It uses a random subset of sentences from your training documents, and exclude these sentences from the training data itself. A minimum of 10,000 parallel training sentences are required to train a full model.
1616

1717
## Create custom model
1818

19+
Here are the steps to create a custom model:
20+
1921
1. Follow [Upload data](upload-data.md), then continue here.
2022

2123
1. After the data is processed, select the **Train model** from the left menu.

0 commit comments

Comments
 (0)