Skip to content

Commit 240593f

Browse files
authored
Merge pull request #185414 from ArcherAZ/patch-48
Update how-to-custom-speech-test-and-train.md
2 parents 02051fd + 4ec7d73 commit 240593f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/cognitive-services/Speech-Service/how-to-custom-speech-test-and-train.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ To upload your data:
8989
1. After you create a project, go to the **Speech datasets** tab. Select **Upload data** to start the wizard and create your first dataset.
9090
1. Select a speech data type for your dataset, and upload your data.
9191

92-
> [!NOTE]
93-
> If your dataset file size exceeds 128 MB, you can upload it by using the **Azure Blob or shared location** option. You can also use [Speech-to-text REST API v3.0](rest-speech-to-text.md#speech-to-text-rest-api-v30) to upload a dataset of [any allowed size](speech-services-quotas-and-limits.md#model-customization). See [the next section](#upload-data-by-using-speech-to-text-rest-api-v30) for details.
94-
9592
1. Specify whether the dataset will be used for **Training** or **Testing**.
9693

9794
There are many types of data that can be uploaded and used for **Training** or **Testing**. Each dataset that you upload must be correctly formatted before uploading, and it must meet the requirements for the data type that you choose. Requirements are listed in the following sections.
@@ -103,7 +100,7 @@ To upload your data:
103100

104101
### Upload data by using Speech-to-text REST API v3.0
105102

106-
You can use [Speech-to-text REST API v3.0](rest-speech-to-text.md#speech-to-text-rest-api-v30) to automate any operations related to your custom models. In particular, you can use the REST API to upload a dataset. This is particularly useful when your dataset file exceeds 128 MB, because you can't upload files that large by using the **Local file** option in Speech Studio. (You can also use the **Azure Blob or shared location** option in Speech Studio for the same purpose, as described in the previous section.)
103+
You can use [Speech-to-text REST API v3.0](rest-speech-to-text.md#speech-to-text-rest-api-v30) to automate any operations related to your custom models. In particular, you can use the REST API to upload a dataset.
107104

108105
To create and upload a dataset, use a [Create Dataset](https://centralus.dev.cognitive.microsoft.com/docs/services/speech-to-text-api-v3-0/operations/CreateDataset) request.
109106

0 commit comments

Comments
 (0)