Skip to content

Commit 560b993

Browse files
authored
Merge pull request #185650 from laujan/remove-custom-translator-preview-overview
point to new article
2 parents b2ffb20 + 1b38081 commit 560b993

File tree

6 files changed

+7
-53
lines changed

6 files changed

+7
-53
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45212,6 +45212,11 @@
4521245212
"source_path_from_root": "/articles/azure/sentinel/connect-windows-virtual-desktop.md",
4521345213
"redirect_url": "/azure/sentinel/connect-azure-virtual-desktop",
4521445214
"redirect_document_id": true
45215+
},
45216+
{
45217+
"source_path_from_root": "/articles/azure/cognitive-services/translator/custom-translator/v2-preview/project-overview.md",
45218+
"redirect_url": "/azure/cognitive-services/translator/custom-translator/v2-preview/beginners-guide",
45219+
"redirect_document_id": true
4521545220
}
4521645221
]
4521745222
}

articles/cognitive-services/Translator/custom-translator/v2-preview/how-to/translate-with-custom-model.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ ms.topic: conceptual
1515
> [!IMPORTANT]
1616
> Custom Translator v2.0 is currently in public preview. Some features may not be supported or have constrained capabilities.
1717
18-
After you publish your custom model you can access it with the Translator API by using the `Category ID` parameter. To retrieve, choose the copy icon:
19-
20-
:::image type="content" source="../media/how-to/publish-model.png" alt-text="{alt-text}":::
18+
After you publish your custom model, you can access it with the Translator API by using the `Category ID` parameter.
2119

2220
## How to translate
2321

articles/cognitive-services/Translator/custom-translator/v2-preview/how-to/view-model-test-translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Once your model has successfully trained, you can use translations to evaluate t
2121

2222
BLEU (Bilingual Evaluation Understudy) is an algorithm for evaluating the precision or accuracy of text that has been machine translated from one language to another. Custom Translator uses the BLEU metric as one way of conveying translation accuracy.
2323

24-
A BLEU score is a number between zero and 100. A score of zero indicates a very low quality translation where nothing in the translation matched the reference. A score of 100 indicates a perfect translation that is identical to the reference. It's not necessary to attain a score of 100—a BLEU score between 40 and 60 indicates a high quality translation.
24+
A BLEU score is a number between zero and 100. A score of zero indicates a low-quality translation where nothing in the translation matched the reference. A score of 100 indicates a perfect translation that is identical to the reference. It's not necessary to attain a score of 100—a BLEU score between 40 and 60 indicates a high-quality translation.
2525

2626
[Read more](/azure/cognitive-services/translator/custom-translator/what-is-bleu-score?WT.mc_id=aiml-43548-heboelma)
2727

articles/cognitive-services/Translator/custom-translator/v2-preview/project-overview.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

articles/cognitive-services/Translator/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ items:
140140
- name: Custom Translation | Preview
141141
expanded: true
142142
items:
143-
- name: Overview
144-
href: custom-translator/v2-preview/project-overview.md
145143
- name: Custom Translator for beginners
146144
href: custom-translator/v2-preview/beginners-guide.md
147145
- name: Quickstart

0 commit comments

Comments
 (0)