Skip to content

Commit de236fd

Browse files
committed
resolve warnings
1 parent f5cbad8 commit de236fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/ai-services/speech-service/batch-transcription-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ To use a custom speech model for batch transcription, you need the model's URI.
246246
> [!TIP]
247247
> A [hosted deployment endpoint](how-to-custom-speech-deploy-model.md) isn't required to use custom speech with the batch transcription service. You can conserve resources if you use the [custom speech model](how-to-custom-speech-train-model.md) only for batch transcription.
248248
249-
Batch transcription requests for expired models fail with a 4xx error. Set the `model` property to a base model or custom model that isn't expired. Otherwise don't include the `model` property to always use the latest base model. For more information, see [Choose a model](how-to-custom-speech-create-project.md#choose-your-model) and [Custom speech model lifecycle](how-to-custom-speech-model-and-endpoint-lifecycle.md).
249+
Batch transcription requests for expired models fail with a 4xx error. Set the `model` property to a base model or custom model that isn't expired. Otherwise don't include the `model` property to always use the latest base model. For more information, see [Choose a model](./custom-speech-overview.md#choose-your-model) and [Custom speech model lifecycle](how-to-custom-speech-model-and-endpoint-lifecycle.md).
250250

251251
## Use a Whisper model
252252

articles/ai-services/speech-service/custom-speech-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Here's more information about the sequence of steps shown in the previous diagra
5050
## Choose your model
5151

5252
There are a few approaches to using custom speech models:
53-
- The base model provides accurate speech recognition out of the box for a range of [scenarios](#speech-scenarios). Base models are updated periodically to improve accuracy and quality. We recommend that if you use base models, use the latest default base models. If a required customization capability is only available with an older model, then you can choose an older base model.
53+
- The base model provides accurate speech recognition out of the box for a range of [scenarios](./overview.md#speech-scenarios). Base models are updated periodically to improve accuracy and quality. We recommend that if you use base models, use the latest default base models. If a required customization capability is only available with an older model, then you can choose an older base model.
5454
- A custom model augments the base model to include domain-specific vocabulary shared across all areas of the custom domain.
5555
- Multiple custom models can be used when the custom domain has multiple areas, each with a specific vocabulary.
5656

0 commit comments

Comments
 (0)