Skip to content

Commit 1466ac0

Browse files
committed
Merge branch 'rena-prs' of https://github.com/aahill/azure-docs-pr into rena-prs
2 parents 64af332 + be19066 commit 1466ac0

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/create-project.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ ms.custom: ignite-fall-2021, event-tier1-build-2022
4242
6. Select the container where you have uploaded your dataset.
4343

4444
>[!Note]
45-
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below. If you’re using the example dataset, select Y**es, my documents...** and in the “Labels documents” dropdown select “webOfScience_labelsFile”. Click **Next**.
45+
> If you have already labeled your data make sure it follows the [supported format](../../concepts/data-formats.md) and click on **Yes, my documents are already labeled and I have formatted JSON labels file** and select the labels file from the drop-down menu below.
46+
47+
> If you’re using one of the example datasets, use the included `webOfScience_labelsFile` or `movieLabels` json file. Then click **Next**.
4648
4749
7. Review the data you entered and select **Create Project**.

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/test-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To test your deployed models within [Language Studio](https://aka.ms/LanguageStu
2020

2121
4. Select the deployment you want to query/test from the dropdown.
2222

23-
5. Enter the text you want to submit in the request, or upload a `.txt` document to use. If you’re using the example dataset, upload the “webOfScience_testingFile”.
23+
5. Enter the text you want to submit in the request, or upload a `.txt` document to use. If you’re using one of the example datasets, you can use one of the included .txt files.
2424

2525
6. Click on **Run the test** from the top menu.
2626

articles/cognitive-services/language-service/custom-text-classification/includes/language-studio/train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ To start training your model from within the [Language Studio](https://aka.ms/La
2828

2929
> [!NOTE]
3030
> * Only successfully completed training jobs will generate models.
31-
> * **Training Time** can take between a couple of minutes to several hours based on the size of your labeled data.
31+
> * The time to train the model can take anywhere between a few minutes to several hours based on the size of your labeled data.
3232
> * You can only have one training job running at a time. You can't start other training job within the same project until the running job is completed.

articles/cognitive-services/language-service/custom-text-classification/includes/quickstarts/blob-storage-upload.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ The provided sample dataset contains about 210 documents, each of which is an ab
4343

4444
---
4545

46-
2. In the [Azure portal](https://portal.azure.com), navigate to the storage account you created, and select it. You can do this by clicking “Storage accounts” > inputting your storage account name into “Filter for any field”.
47-
**Troubleshooting**: if your resource group does not show up, make sure “Subscription equals” filter is selected for “All”
46+
2. In the [Azure portal](https://portal.azure.com), navigate to the storage account you created, and select it. You can do this by clicking **Storage accounts** and typing your storage account name into **Filter for any field**.
47+
48+
if your resource group does not show up, make sure the **Subscription equals** filter is set to **All**.
4849

4950
3. In your storage account, select **Containers** from the left menu, located below **Data storage**. On the screen that appears, select **+ Container**. Give the container the name **example-data** and leave the default **Public access level**.
5051

articles/cognitive-services/language-service/custom-text-classification/includes/resource-creation-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ ms.custom: language-service-custom-classification, event-tier1-build-2022
4343
| Storage account name | Any name |
4444
| Storage account type | Standard LRS |
4545

46-
1. Make sure the **Responsible AI Notice** is checked. Select **Review + create** at the bottom of the page, then select.
46+
1. Make sure the **Responsible AI Notice** is checked. Select **Review + create** at the bottom of the page.

articles/cognitive-services/language-service/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This Language service unifies the known Microsoft services of Text Analytics, Qn
128128
:::image type="content" source="media/studio-examples/single-classification.png" alt-text="A screenshot of a custom text classification example." lightbox="media/studio-examples/single-classification.png":::
129129
:::column-end:::
130130
:::column span="":::
131-
[Custom text classification](./custom-text-classification/overview.md) enables you to build custom AI models to classify an unstructured passage of text into custom classes you define.
131+
[Custom text classification](./custom-text-classification/overview.md) enables you to build custom AI models to classify unstructured text documents into custom classes you define.
132132
:::column-end:::
133133
:::row-end:::
134134

0 commit comments

Comments
 (0)