Skip to content

Commit 0905d24

Browse files
committed
create fine-tune refresh in foundry portal
1 parent 6d37923 commit 0905d24

7 files changed

+32
-7
lines changed

articles/ai-services/speech-service/how-to-custom-speech-create-project.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ Go to the Azure AI Speech documentation to learn how to continue fine-tuning you
6363

6464
After fine-tuning, you can access your custom speech models and deployments from the **Fine-tuning** page.
6565

66+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
6667
1. Select **Fine-tuning** from the left pane.
6768
1. Select **AI Service fine-tuning**.
6869

articles/ai-services/speech-service/how-to-custom-speech-deploy-model.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ You can deploy an endpoint for a base or custom model, and then [update](#change
2828

2929
::: zone pivot="ai-foundry-portal"
3030

31-
31+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
32+
1. Select **Fine-tuning** from the left pane.
33+
1. Select **AI Service fine-tuning**.
34+
1. Select the custom model that you want to manage from the **Model name** column.
3235
1. After you're satisfied with the test results, select **Deploy models** from the left menu. Then select **+ Deploy model**.
3336

3437
:::image type="content" source="./media/ai-foundry/custom-speech/new-fine-tune-deploy-model.png" alt-text="Screenshot of the page with an option to deploy the custom speech model." lightbox="./media/ai-foundry/custom-speech/new-fine-tune-deploy-model.png":::

articles/ai-services/speech-service/how-to-custom-speech-evaluate-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ You can test the accuracy of your custom model by creating a test. A test requir
2626

2727
::: zone pivot="ai-foundry-portal"
2828

29+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
30+
1. Select **Fine-tuning** from the left pane.
31+
1. Select **AI Service fine-tuning**.
32+
1. Select the custom model that you want to manage from the **Model name** column.
2933
1. After the model is trained, select **Test models** from the left menu. Then select **+ Create test**.
3034

3135
:::image type="content" source="./media/ai-foundry/custom-speech/new-fine-tune-test-model.png" alt-text="Screenshot of the page with an option to test your custom speech model." lightbox="./media/ai-foundry/custom-speech/new-fine-tune-test-model.png":::

articles/ai-services/speech-service/how-to-custom-speech-inspect-data.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Side-by-side model testing is useful to validate which speech recognition model
2424

2525
::: zone pivot="ai-foundry-portal"
2626

27+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
28+
1. Select **Fine-tuning** from the left pane.
29+
1. Select **AI Service fine-tuning**.
30+
1. Select the custom model that you want to manage from the **Model name** column.
2731
1. After the model is trained, select **Test models** from the left menu. Then select **+ Create test**.
2832

2933
:::image type="content" source="./media/ai-foundry/custom-speech/new-fine-tune-test-model.png" alt-text="Screenshot of the page with an option to test your custom speech model." lightbox="./media/ai-foundry/custom-speech/new-fine-tune-test-model.png":::

articles/ai-services/speech-service/how-to-custom-speech-model-and-endpoint-lifecycle.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,18 +48,23 @@ When a custom model or base model expires, it's no longer available for transcri
4848

4949
## Get base model expiration dates
5050

51-
::: zone pivot="ai-foundry-portal"
51+
The last date that you could use the base model for training was shown when you created the custom model. For more information, see [Train a custom speech model](how-to-custom-speech-train-model.md).
5252

53+
Follow these instructions to get the transcription expiration date for a base model:
54+
55+
::: zone pivot="ai-foundry-portal"
5356

57+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
58+
1. Select **Fine-tuning** from the left pane.
59+
1. Select **AI Service fine-tuning**.
60+
1. Select the custom model that you want to check from the **Model name** column.
61+
1. Select **Deploy models**.
62+
1. The expiration date for the model is shown in the **Expiration** column. This date is the last date that you can use the model for transcription.
5463

5564
::: zone-end
5665

5766
::: zone pivot="speech-studio"
5867

59-
The last date that you could use the base model for training was shown when you created the custom model. For more information, see [Train a custom speech model](how-to-custom-speech-train-model.md).
60-
61-
Follow these instructions to get the transcription expiration date for a base model:
62-
6368
1. Sign in to the [Speech Studio](https://aka.ms/speechstudio/customspeech).
6469
1. Select **Custom speech** > Your project name > **Deploy models**.
6570
1. The expiration date for the model is shown in the **Expiration** column. This date is the last date that you can use the model for transcription.

articles/ai-services/speech-service/how-to-custom-speech-train-model.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ You can use a custom model for a limited time after it was trained. You must per
3232

3333
::: zone pivot="ai-foundry-portal"
3434

35+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
36+
1. Select **Fine-tuning** from the left pane.
37+
1. Select **AI Service fine-tuning**.
38+
1. Select the custom model that you want to manage from the **Model name** column.
3539
1. After the data is processed, select **Train model** from the left menu. Then select **+ Train model**.
3640

3741
:::image type="content" source="./media/ai-foundry/custom-speech/new-fine-tune-train-model.png" alt-text="Screenshot of the page with an option to start training for a custom speech model." lightbox="./media/ai-foundry/custom-speech/new-fine-tune-train-model.png":::

articles/ai-services/speech-service/how-to-custom-speech-upload-data.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,11 @@ You need audio or text data for testing the accuracy of speech recognition or tr
2323

2424
::: zone pivot="ai-foundry-portal"
2525

26-
1. From the new left menu in the fine-tuning page, select **Manage data** and then select **Add data**.
26+
1. Sign in to the [Azure AI Foundry portal](https://ai.azure.com).
27+
1. Select **Fine-tuning** from the left pane.
28+
1. Select **AI Service fine-tuning**.
29+
1. Select the custom model that you want to manage from the **Model name** column.
30+
1. Select **Manage data** and then select **Add data**.
2731

2832
:::image type="content" source="./media/ai-foundry/custom-speech/new-fine-tune-add-data.png" alt-text="Screenshot of the page with an option to add data to the custom speech project." lightbox="./media/ai-foundry/custom-speech/new-fine-tune-add-data.png":::
2933

0 commit comments

Comments
 (0)