Skip to content

Commit 28642c8

Browse files
committed
ai foundry
1 parent d170b3e commit 28642c8

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
---
2-
title: Customize a speech model with fine-tuning in AI Studio
2+
title: Customize a speech model with fine-tuning in Azure AI Foundry portal
33
titleSuffix: Azure AI services
4-
description: Learn about how to customize a speech model with fine-tuning in AI Studio.
4+
description: Learn about how to customize a speech model with fine-tuning in Azure AI Foundry portal.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
99
ms.date: 11/19/2024
1010
ms.author: eur
11-
#Customer intent: As a developer, I want to learn how to customize a speech model with fine-tuning in AI Studio so that I can deploy a custom model.
11+
#Customer intent: As a developer, I want to learn how to customize a speech model with fine-tuning in the Azure AI Foundry portal so that I can deploy a custom model.
1212
---
1313

14-
# Customize a speech model with fine-tuning in AI Studio
14+
# Customize a speech model with fine-tuning in the Azure AI Foundry portal
1515

1616
With custom speech, you can enhance speech recognition accuracy for your applications by using a custom model for real-time speech to text, speech translation, and batch transcription. The base model, trained with Microsoft-owned data, handles common spoken language well, but a custom model can improve domain-specific vocabulary and audio conditions by providing text and audio data for training. Additionally, you can train the model with structured text for custom pronunciations, display text formatting, and profanity filtering.
1717

1818
> [!TIP]
19-
> You can bring your custom speech models from [Speech Studio](https://speech.microsoft.com) to [AI Studio](https://ai.azure.com). In AI Studio, you can pick up where you left off by connecting to your existing Speech resource. For more information about connecting to an existing Speech resource, see [Connect to an existing Speech resource](../../ai-studio/ai-services/how-to/connect-ai-services.md#connect-azure-ai-services-after-you-create-a-project).
19+
> You can bring your custom speech models from [Speech Studio](https://speech.microsoft.com) to [AI Foundry](https://ai.azure.com). In AI Foundry, you can pick up where you left off by connecting to your existing Speech resource. For more information about connecting to an existing Speech resource, see [Connect to an existing Speech resource](../../ai-studio/ai-services/how-to/connect-ai-services.md#connect-azure-ai-services-after-you-create-a-project).
2020
21-
In [AI Studio](https://ai.azure.com), you create a custom speech model by fine-tuning an Azure AI Speech base model with your own data. You can upload your data, test and train a custom model, compare accuracy between models, and deploy a model to a custom endpoint.
21+
In [AI Foundry](https://ai.azure.com), you create a custom speech model by fine-tuning an Azure AI Speech base model with your own data. You can upload your data, test and train a custom model, compare accuracy between models, and deploy a model to a custom endpoint.
2222

23-
This article shows you how to use fine-tuning in AI Studio to create a custom speech model. For more information about custom speech, see the [custom speech overview](./custom-speech-overview.md) documentation.
23+
This article shows you how to use fine-tuning in AI Foundry to create a custom speech model. For more information about custom speech, see the [custom speech overview](./custom-speech-overview.md) documentation.
2424

2525
## Start fine-tuning a model with your data
2626

27-
In AI Studio, you can fine-tune some Azure AI services models. For example, you can fine-tune a model for custom speech. Each custom model is specific to a [locale](language-support.md?tabs=stt). For example, you might fine-tune a model for English in the United States.
27+
In AI Foundry, you can fine-tune some Azure AI services models. For example, you can fine-tune a model for custom speech. Each custom model is specific to a [locale](language-support.md?tabs=stt). For example, you might fine-tune a model for English in the United States.
2828

29-
1. Go to your AI Studio project. If you need to create a project, see [Create an AI Studio project](../../ai-studio/how-to/create-projects.md).
29+
1. Go to your AI Foundry project. If you need to create a project, see [Create an AI Foundry project](../../ai-studio/how-to/create-projects.md).
3030
1. Select **Fine-tuning** from the left pane.
3131
1. Select **AI Service fine-tuning**.
3232

@@ -38,7 +38,7 @@ In AI Studio, you can fine-tune some Azure AI services models. For example, you
3838
:::image type="content" source="./media/ai-studio/custom-speech/new-fine-tune-select-connection.png" alt-text="Screenshot of the page to select the connected service resource that you want to use for fine-tuning." lightbox="./media/ai-studio/custom-speech/new-fine-tune-select-connection.png":::
3939

4040
In this example, we can choose from the following options:
41-
- **AI Service**: The Azure AI Services multi-service resource that [came with the AI Studio project](../../ai-studio/ai-services/how-to/connect-ai-services.md#connect-azure-ai-services-when-you-create-a-project-for-the-first-time).
41+
- **AI Service**: The Azure AI Services multi-service resource that [came with the AI Foundry project](../../ai-studio/ai-services/how-to/connect-ai-services.md#connect-azure-ai-services-when-you-create-a-project-for-the-first-time).
4242
- **Speech Service**: An Azure AI Speech resource that was [connected after the project was created](../../ai-studio/ai-services/how-to/connect-ai-services.md#connect-azure-ai-services-after-you-create-a-project).
4343

4444
1. Enter a name and description for the fine-tuning job. Then select **Next**.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Unlike the batch transcription API, fast transcription API only produces transcr
2929
## Use the fast transcription API
3030

3131
> [!TIP]
32-
> Try out fast transcription in [Azure AI Studio](https://aka.ms/fasttranscription/studio).
32+
> Try out fast transcription in the [Azure AI Foundry portal](https://aka.ms/fasttranscription/studio).
3333
3434
We learn how to use the fast transcription API (via [Transcriptions - Transcribe](https://go.microsoft.com/fwlink/?linkid=2296107)) with the following scenarios:
3535
- [Known locale specified](?tabs=locale-specified): Transcribe an audio file with a specified locale. If you know the locale of the audio file, you can specify it to improve transcription accuracy and minimize the latency.

articles/ai-services/speech-service/get-started-speech-to-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ zone_pivot_groups: programming-languages-speech-services-studio
1717
# Quickstart: Recognize and convert speech to text
1818

1919
::: zone pivot="ai-studio"
20-
[!INCLUDE [AI Studio include](includes/quickstarts/speech-to-text-basics/ai-studio.md)]
20+
[!INCLUDE [AI Foundry include](includes/quickstarts/speech-to-text-basics/ai-studio.md)]
2121
::: zone-end
2222

2323
::: zone pivot="programming-language-csharp"

articles/ai-services/speech-service/includes/quickstarts/speech-to-text-basics/ai-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ ms.author: eur
1010

1111
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
1212

13-
In this quickstart, you try real-time speech to text in [Azure AI Studio](https://ai.azure.com).
13+
In this quickstart, you try real-time speech to text in [Azure AI Foundry](https://ai.azure.com).
1414

1515
## Prerequisites
1616

1717
[!INCLUDE [Prerequisites](../../../../includes/quickstarts/ai-studio-prerequisites.md)]
1818

1919
## Try real-time speech to text
2020

21-
1. Go to your AI Studio project. If you need to create a project, see [Create an AI Studio project](../../../../../ai-studio/how-to/create-projects.md).
21+
1. Go to your AI Foundry project. If you need to create a project, see [Create an AI Foundry project](../../../../../ai-studio/how-to/create-projects.md).
2222
1. Select **Playgrounds** from the left pane and then select a playground to use. In this example, select **Try the Speech playground**.
2323

2424
:::image type="content" source="../../../../../ai-studio/media/ai-services/playgrounds/azure-ai-services-playgrounds.png" alt-text="Screenshot of the project level playgrounds that you can use." lightbox="../../../../../ai-studio/media/ai-services/playgrounds/azure-ai-services-playgrounds.png":::
@@ -42,8 +42,8 @@ In this quickstart, you try real-time speech to text in [Azure AI Studio](https:
4242

4343
1. You can view the real-time transcription at the bottom of the page.
4444

45-
:::image type="content" source="../../../media/ai-studio/real-time-speech-to-text-results.png" alt-text="Screenshot of the real-time transcription results in Azure AI Studio." lightbox="../../../media/ai-studio/real-time-speech-to-text-results.png":::
45+
:::image type="content" source="../../../media/ai-studio/real-time-speech-to-text-results.png" alt-text="Screenshot of the real-time transcription results in Azure AI Foundry." lightbox="../../../media/ai-studio/real-time-speech-to-text-results.png":::
4646

4747
1. You can select the **JSON** tab to see the JSON output of the transcription. Properties include `Offset`, `Duration`, `RecognitionStatus`, `Display`, `Lexical`, `ITN`, and more.
4848

49-
:::image type="content" source="../../../media/ai-studio/real-time-speech-to-text-results-json.png" alt-text="Screenshot of the real-time transcription results in JSON format in Azure AI Studio." lightbox="../../../media/ai-studio/real-time-speech-to-text-results-json.png":::
49+
:::image type="content" source="../../../media/ai-studio/real-time-speech-to-text-results-json.png" alt-text="Screenshot of the real-time transcription results in JSON format in Azure AI Foundry." lightbox="../../../media/ai-studio/real-time-speech-to-text-results-json.png":::

articles/ai-services/speech-service/includes/release-notes/release-notes-stt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Speech [pronunciation assessment](../../how-to-pronunciation-assessment.md) now
9595
Fast transcription is now available in public preview. Fast transcription allows you to transcribe audio file to text accurately and synchronously, with a high speed factor. It can transcribe audio much faster than the actual audio duration. For more information, see the [fast transcription API guide](../../fast-transcription-create.md).
9696

9797
> [!TIP]
98-
> Try out fast transcription in [Azure AI Studio](https://aka.ms/fasttranscription/studio).
98+
> Try out fast transcription in the [Azure AI Foundry portal](https://aka.ms/fasttranscription/studio).
9999
100100
### June 2024 release
101101

articles/ai-services/speech-service/pronunciation-assessment-tool.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to use pronunciation assessment in AI Studio
2+
title: How to use pronunciation assessment in the Azure AI Foundry portal
33
titleSuffix: Azure AI services
4-
description: The pronunciation assessment tool in AI Studio gives you feedback on the accuracy and fluency of your speech, no coding required.
4+
description: The pronunciation assessment tool in the Azure AI Foundry portal gives you feedback on the accuracy and fluency of your speech, no coding required.
55
author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
@@ -10,10 +10,10 @@ ms.custom:
1010
ms.topic: how-to
1111
ms.date: 9/23/2024
1212
ms.author: eur
13-
# Customer intent: As a language learner, I want to use the pronunciation assessment tool in AI Studio to get feedback on my speech.
13+
# Customer intent: As a language learner, I want to use the pronunciation assessment tool in the Azure AI Foundry portal to get feedback on my speech.
1414
---
1515

16-
# Pronunciation assessment in AI Studio
16+
# Pronunciation assessment in the Azure AI Foundry portal
1717

1818
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
1919

@@ -22,7 +22,7 @@ Pronunciation assessment uses the speech to text capability to provide subjectiv
2222
> [!NOTE]
2323
> For information about availability of pronunciation assessment, see [supported languages](language-support.md?tabs=pronunciation-assessment) and [available regions](regions.md#speech-service).
2424
25-
This article describes how to use the pronunciation assessment tool without writing any code through the [AI Studio](https://ai.azure.com/explore/aiservices/speech/pronunciationassessment). For information about how to integrate pronunciation assessment in your speech applications, see [How to use pronunciation assessment](how-to-pronunciation-assessment.md).
25+
This article describes how to use the pronunciation assessment tool without writing any code through the [AI Foundry](https://ai.azure.com/explore/aiservices/speech/pronunciationassessment). For information about how to integrate pronunciation assessment in your speech applications, see [How to use pronunciation assessment](how-to-pronunciation-assessment.md).
2626

2727

2828
## Reading and speaking scenarios
@@ -35,9 +35,9 @@ For pronunciation assessment, there are two scenarios: Reading and Speaking.
3535

3636
Follow these steps to assess your pronunciation of the reference text:
3737

38-
1. Go to **Pronunciation assessment** in the [AI Studio](https://ai.azure.com/explore/aiservices/speech).
38+
1. Go to **Pronunciation assessment** in the [AI Foundry](https://ai.azure.com/explore/aiservices/speech).
3939

40-
:::image type="content" source="media/pronunciation-assessment/pronunciation-assessment-select.png" alt-text="Screenshot of how to go to Pronunciation assessment in AI Studio.":::
40+
:::image type="content" source="media/pronunciation-assessment/pronunciation-assessment-select.png" alt-text="Screenshot of how to go to Pronunciation assessment in AI Foundry.":::
4141

4242
1. On the Reading tab, choose a supported [language](language-support.md?tabs=pronunciation-assessment) that you want to evaluate the pronunciation.
4343

@@ -57,7 +57,7 @@ Follow these steps to assess your pronunciation of the reference text:
5757

5858
If you want to conduct an unscripted assessment, select the Speaking tab. This feature allows you to conduct unscripted assessment without providing reference text in advance. Here's how to proceed:
5959

60-
1. Go to **Pronunciation assessment** in the [AI Studio](https://ai.azure.com/explore/aiservices/speech).
60+
1. Go to **Pronunciation assessment** in the [AI Foundry](https://ai.azure.com/explore/aiservices/speech).
6161

6262
1. On the Speaking tab, choose a supported [language](language-support.md?tabs=pronunciation-assessment) that you want to evaluate the pronunciation.
6363

@@ -243,9 +243,9 @@ Pronunciation assessment provides various assessment results in different granul
243243
- Syllable-level accuracy scores are currently available via the [JSON file](?tabs=json#pronunciation-assessment-results) or [Speech SDK](how-to-pronunciation-assessment.md).
244244
- At the phoneme level, pronunciation assessment provides accuracy scores of each phoneme, helping learners to better understand the pronunciation details of their speech.
245245

246-
In addition to the baseline scores of accuracy, fluency, and completeness, the pronunciation assessment feature in the AI Studio includes more comprehensive scores to provide detailed feedback on various aspects of speech performance and understanding. The enhanced scores are as follows: Prosody score, Vocabulary score, Grammar score, and Topic score. These scores offer valuable insights into speech prosody, vocabulary usage, grammar correctness, and topic understanding.
246+
In addition to the baseline scores of accuracy, fluency, and completeness, the pronunciation assessment feature in the AI Foundry includes more comprehensive scores to provide detailed feedback on various aspects of speech performance and understanding. The enhanced scores are as follows: Prosody score, Vocabulary score, Grammar score, and Topic score. These scores offer valuable insights into speech prosody, vocabulary usage, grammar correctness, and topic understanding.
247247

248-
:::image type="content" source="media/pronunciation-assessment/speaking-score.png" alt-text="Screenshot of overall pronunciation score and overall content score in AI Studio.":::
248+
:::image type="content" source="media/pronunciation-assessment/speaking-score.png" alt-text="Screenshot of overall pronunciation score and overall content score in AI Foundry.":::
249249

250250
At the bottom of the Assessment result, two overall scores are displayed: Pronunciation score and Content score. In the Reading tab, you find the Pronunciation score displayed. In the Speaking tab, both the Pronunciation score and the Content score are displayed.
251251

@@ -268,9 +268,9 @@ These overall scores offer a comprehensive assessment of both pronunciation and
268268
269269
## Assessment scores in streaming mode
270270

271-
Pronunciation assessment supports uninterrupted streaming mode. The AI Studio demo allows for up to 60 minutes of recording in streaming mode for evaluation. As long as you don't press the stop recording button, the evaluation process doesn't finish and you can pause and resume evaluation conveniently.
271+
Pronunciation assessment supports uninterrupted streaming mode. The AI Foundry demo allows for up to 60 minutes of recording in streaming mode for evaluation. As long as you don't press the stop recording button, the evaluation process doesn't finish and you can pause and resume evaluation conveniently.
272272

273-
Pronunciation assessment evaluates several aspects of pronunciation. At the bottom of **Assessment result**, you can see **Pronunciation score** as aggregated overall score, which includes 4 sub aspects: **Accuracy score**, **Fluency score**, **Completeness score**, and **Prosody score**. In streaming mode, since the **Accuracy score**, **Fluency score**, and **Prosody score** will vary over time throughout the recording process, we demonstrate an approach in AI Studio to display approximate overall score incrementally before the end of the evaluation, which weighted only with Accuracy score, Fluency score, and Prosody score. The **Completeness score** is only calculated at the end of the evaluation after you press the stop button, so the final pronunciation overall score is aggregated from **Accuracy score**, **Fluency score**, **Completeness score**, and **Prosody score** with weight.
273+
Pronunciation assessment evaluates several aspects of pronunciation. At the bottom of **Assessment result**, you can see **Pronunciation score** as aggregated overall score, which includes 4 sub aspects: **Accuracy score**, **Fluency score**, **Completeness score**, and **Prosody score**. In streaming mode, since the **Accuracy score**, **Fluency score**, and **Prosody score** will vary over time throughout the recording process, we demonstrate an approach in AI Foundry to display approximate overall score incrementally before the end of the evaluation, which weighted only with Accuracy score, Fluency score, and Prosody score. The **Completeness score** is only calculated at the end of the evaluation after you press the stop button, so the final pronunciation overall score is aggregated from **Accuracy score**, **Fluency score**, **Completeness score**, and **Prosody score** with weight.
274274

275275
Refer to the demo examples below for the whole process of evaluating pronunciation in streaming mode.
276276

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: eur
1616
[Speech Studio](https://aka.ms/speechstudio/) is a set of UI-based tools for building and integrating features from Azure AI Speech service in your applications. You create projects in Speech Studio by using a no-code approach, and then reference those assets in your applications by using the [Speech SDK](speech-sdk.md), the [Speech CLI](spx-overview.md), or the REST APIs.
1717

1818
> [!TIP]
19-
> You can also try speech to text and text to speech in [AI Studio](https://ai.azure.com) without signing up or writing any code.
19+
> You can also try speech to text and text to speech in the [Azure AI Foundry portal](https://ai.azure.com) without signing up or writing any code.
2020
2121
## Speech Studio scenarios
2222

articles/ai-services/speech-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ items:
5858
items:
5959
- name: Custom speech overview
6060
href: custom-speech-overview.md
61-
- name: Fine-tune in AI Studio for custom speech
61+
- name: Fine-tune in the Azure AI Foundry portal
6262
href: custom-speech-ai-studio.md
6363
- name: Create a custom speech model
6464
items:
@@ -289,7 +289,7 @@ items:
289289
href: language-learning-overview.md
290290
- name: Pronunciation Assessment with speech to text
291291
items:
292-
- name: Reading and speaking assessment in AI Studio
292+
- name: Reading and speaking assessment in AI Foundry
293293
href: pronunciation-assessment-tool.md
294294
displayName: pronounce, learn language, assess pron
295295
- name: Interactive language learning with pronunciation assessment

articles/ai-services/speech-service/~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md

Whitespace-only changes.

0 commit comments

Comments
 (0)