|
| 1 | +--- |
| 2 | +services: cognitive-services |
| 3 | +author: aahill |
| 4 | +manager: nitinme |
| 5 | +ms.service: cognitive-services |
| 6 | +ms.subservice: language-service |
| 7 | +ms.custom: event-tier1-build-2022 |
| 8 | +ms.topic: include |
| 9 | +ms.date: 01/25/2023 |
| 10 | +ms.author: aahi |
| 11 | +--- |
| 12 | + |
| 13 | +## Prerequisites |
| 14 | + |
| 15 | +* Azure subscription - [Create one for free](https://azure.microsoft.com/free/cognitive-services) |
| 16 | + |
| 17 | +> [!div class="nextstepaction"] |
| 18 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Prerequisites" target="_target">I ran into an issue</a> |
| 19 | +
|
| 20 | +## Create a new Azure Language resource and Azure storage account |
| 21 | + |
| 22 | +Before you can use custom Text Analytics for health, you'll need to create an Azure Language resource, which will give you the credentials that you need to create a project and start training a model. You'll also need an Azure storage account, where you can upload your dataset that will be used to build your model. |
| 23 | + |
| 24 | +> [!IMPORTANT] |
| 25 | +> To quickly get started, we recommend creating a new Azure Language resource using the steps provided in this article. Using the steps in this article will let you create the Language resource and storage account at the same time, which is easier than doing it later. |
| 26 | +> |
| 27 | +<!-- If you have a pre-existing resource that you'd like to use, you will need to connect it to storage account. See [guidance to using a pre-existing resource](../../how-to/create-project.md#using-a-pre-existing-language-resource) for information. |
| 28 | +--> |
| 29 | +[!INCLUDE [create a new resource from the Azure portal](../resource-creation-azure-portal.md)] |
| 30 | + |
| 31 | +> [!div class="nextstepaction"] |
| 32 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Create-a-new-azure-language-resource-and-storage-account" target="_target">I ran into an issue</a> |
| 33 | +
|
| 34 | +## Upload sample data to blob container |
| 35 | + |
| 36 | +[!INCLUDE [Uploading sample data for custom TA4H](blob-storage-upload.md)] |
| 37 | + |
| 38 | +> [!div class="nextstepaction"] |
| 39 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Upload-sample-data-to-blob-container" target="_target">I ran into an issue</a> |
| 40 | +
|
| 41 | +## Create a custom Text Analytics for health project |
| 42 | + |
| 43 | +Once your resource and storage account are configured, create a new custom Text Analytics for health project. A project is a work area for building your custom ML models based on your data. Your project can only be accessed by you and others who have access to the Language resource being used. |
| 44 | + |
| 45 | +[!INCLUDE [Create a custom Text Analytics for health project](../language-studio/create-project.md)] |
| 46 | + |
| 47 | +> [!div class="nextstepaction"] |
| 48 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Create-custom-named-entity-recognition-project" target="_target">I ran into an issue</a> |
| 49 | +
|
| 50 | +## Train your model |
| 51 | + |
| 52 | +Typically after you create a project, you go ahead and start labeling the documents you have in the container connected to your project. For this quickstart, you have imported a sample tagged dataset and initialized your project with the sample JSON labels file so there is no need to add additional labels. |
| 53 | + |
| 54 | +[!INCLUDE [Train a model using Language Studio](../language-studio/train-model.md)] |
| 55 | + |
| 56 | +> [!div class="nextstepaction"] |
| 57 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Train-model" target="_target">I ran into an issue</a> |
| 58 | +
|
| 59 | +## Deploy your model |
| 60 | + |
| 61 | +Generally after training a model you would review its evaluation details and make improvements if necessary. In this quickstart, you will just deploy your model, and make it available for you to try in Language studio, or you can call the [prediction API](https://aka.ms/ct-runtime-swagger). |
| 62 | + |
| 63 | +[!INCLUDE [Deploy a model using Language Studio](../language-studio/deploy-model.md)] |
| 64 | + |
| 65 | +> [!div class="nextstepaction"] |
| 66 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Deploy-model" target="_target">I ran into an issue</a> |
| 67 | +
|
| 68 | + |
| 69 | +## Test your model |
| 70 | + |
| 71 | +After your model is deployed, you can start using it to extract entities from your text via [Prediction API](https://aka.ms/ct-runtime-swagger). For this quickstart, you will use the [Language Studio](https://aka.ms/LanguageStudio) to submit the custom Text Analytics for health prediction task and visualize the results. In the sample dataset you downloaded earlier, you can find some test documents that you can use in this step. |
| 72 | + |
| 73 | +[!INCLUDE [Test a model using Language Studio](../language-studio/test-model.md)] |
| 74 | + |
| 75 | +> [!div class="nextstepaction"] |
| 76 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Test-model" target="_target">I ran into an issue</a> |
| 77 | +
|
| 78 | +## Clean up resources |
| 79 | + |
| 80 | +[!INCLUDE [Delete project using Language Studio](../language-studio/delete-project.md)] |
| 81 | + |
| 82 | +> [!div class="nextstepaction"] |
| 83 | +> <a href="https://microsoft.qualtrics.com/jfe/form/SV_0Cl5zkG3CnDjq6O?PLanguage=Language-studio&Pillar=Language&Product=Custom-text-analytics-for-health&Page=quickstart&Section=Clean-up-projects" target="_target">I ran into an issue</a> |
0 commit comments