Skip to content

Commit 5840c8a

Browse files
authored
Revise adaptive custom translation documentation
Updated sections on adaptive custom translation, including key differences and troubleshooting steps. Improved formatting and clarity.
1 parent bd4f0a5 commit 5840c8a

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

articles/ai-services/translator/custom-translator/azure-ai-foundry/concepts/adaptive-custom-translation.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Adaptive custom translation (adaptCT) is a translation enhancement feature, desi
2222

2323
AdaptCT APIs for dynamic domain adaptations allow you to upload between 5 and 30,000 prealigned bilingual segments. With this capability, you can quickly build a custom language pair dataset index that's ready in minutes. This index can then be used with [Azure AI Translator 2025-05-01-preview APIs](/azure/ai-services/translator/text-translation/preview/overview). Unlike traditional custom models that require large training datasets and separate deployment, AdaptCT uses few-shot learning to dynamically select relevant sentence pairs from the index at runtime. This capability enables on-the-fly adaptation of the LLM's output to match domain-specific terminology, context, and style. `Available via Azure AI Foundry.`
2424

25-
Key Differences
25+
### Key differences
2626
* **Custom translator**: Fine-tunes a dedicated translation model using your dataset; model is trained and deployed within ~48 hours.
2727
* **Adaptive custom translation**: No fine-tuning or deployment required; updates by rebuilding the dataset index, ready within minutes. ​
2828

@@ -33,7 +33,7 @@ Key Differences
3333
> - Make sure to test thoroughly before using in production environments.
3434
> - Project and workspace are used interchangeably to mean a Foundry created project.
3535
36-
## Comparing adaptive and custom translation
36+
## Compare adaptive and custom translation
3737

3838
| Feature | Adaptive custom translation | Custom translator |
3939
| --- | --- | --- |
@@ -519,20 +519,18 @@ The API returns standard HTTP status codes. Common error responses:
519519
## Troubleshooting
520520

521521
1. **Authentication Errors**
522-
523-
* Verify your Azure tokens are valid and not expired.
524-
* Check that all required environment variables are set.
525-
* Ensure your Azure services are properly configured.
522+
* Verify your Azure tokens are valid and not expired.
523+
* Check that all required environment variables are set.
524+
* Ensure your Azure services are properly configured.
526525

527526
1. **Index Creation Issues**
528-
529-
* Verify documents are properly uploaded before creating indices.
530-
* Check that the Custom Translator API endpoint is accessible.
531-
* Ensure your subscription is active.
527+
* Verify documents are properly uploaded before creating indices.
528+
* Check that the Custom Translator API endpoint is accessible.
529+
* Ensure your subscription is active.
532530

533531

534532

535-
## Next Steps
533+
## Next steps
536534

537535
* [Learn about custom translator models](/azure/ai-services/translator/custom-translator/overview)
538536
* [Learn about the text translation API](/azure/ai-services/translator/text-translation/preview/overview)

0 commit comments

Comments
 (0)