You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/deploy-model.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ To deploy your model from within the [Language Studio](https://aka.ms/LanguageSt
16
16
17
17
2. Click on **Add deployment** to start a new deployment job.
18
18
19
-
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot showing the deployment button" lightbox="../../media/deploy-model.png":::
19
+
:::image type="content" source="../../media/deploy-model.png" alt-text="A screenshot showing the deployment button in Language Studio." lightbox="../../media/deploy-model.png":::
20
20
21
21
3. Select **Create new deployment** to create a new deployment and assign a trained model from the dropdown below. You can also **Overwrite an existing deployment** by selecting this option and select the trained model you want to assign to it from the dropdown below.
22
22
23
23
> [!NOTE]
24
24
> Overwriting an existing deployment doesn't require changes to your [prediction API](https://aka.ms/ct-runtime-swagger) call but the results you get will be based on the newly assigned model.
25
25
26
-
:::image type="content" source="../../media/add-deployment.png" alt-text="A screenshot showing the deployment screen" lightbox="../../media/add-deployment.png":::
26
+
:::image type="content" source="../../media/add-deployment.png" alt-text="A screenshot showing the model deployment options in Language Studio." lightbox="../../media/add-deployment.png":::
27
27
28
28
4. Click on **Deploy** to start the deployment job.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/test-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,5 @@ To test your deployed models from within the [Language Studio](https://aka.ms/La
23
23
24
24
6. In the **Result** tab, you can see the extracted entities from your text and their types. You can also view the JSON response under the **JSON** tab. <!--[learn more](../rest-api/get-results.md#response-body) about the structure of the JSON response.-->
25
25
26
-
:::image type="content" source="../../media/test-model-results.png" alt-text="View the test results" lightbox="../../media/test-model-results.png":::
26
+
:::image type="content" source="../../media/test-model-results.png" alt-text="A screenshot showing the deployment testing screen in Language Studio." lightbox="../../media/test-model-results.png":::
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/train-model.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ To start training your model from within the [Language Studio](https://aka.ms/La
18
18
19
19
3. Select **Train a new model** and type in the model name in the text box. You can also **overwrite an existing model** by selecting this option and choosing the model you want to overwrite from the dropdown menu. Overwriting a trained model is irreversible, but it won't affect your deployed models until you deploy the new model.
20
20
21
-
:::image type="content" source="../../media/train-model.png" alt-text="Create a new training job" lightbox="../../media/train-model.png":::
21
+
:::image type="content" source="../../media/train-model.png" alt-text="A screenshot showing the training job creation screen in Language Studio." lightbox="../../media/train-model.png":::
22
22
23
23
4. Select data splitting method. You can choose **Automatically splitting the testing set from training data** where the system will split your labeled data between the training and testing sets, according to the specified percentages. Or you can **Use a manual split of training and testing data**, this option is only enabled if you have added documents to your testing set.
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-text-analytics-for-health/overview.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,22 +35,22 @@ Similarly to Text Analytics for health, custom Text Analytics for health can be
35
35
36
36
Using custom Text Analytics for health typically involves several different steps.
37
37
38
-
:::image type="content" source="media/development-lifecycle.png" alt-text="The development lifecycle" lightbox="media/development-lifecycle.png":::
38
+
:::image type="content" source="media/development-lifecycle.png" alt-text="A diagram showing the project development lifecycle when working with custom models." lightbox="media/development-lifecycle.png":::
39
39
40
-
1.**Define your schema**: Know your data and define the new entities you want extracted on top of the existing Text Analytics for health entity map. Avoid ambiguity.
40
+
***Define your schema**: Know your data and define the new entities you want extracted on top of the existing Text Analytics for health entity map. Avoid ambiguity.
41
41
42
-
2.**Label your data**: Labeling data is a key factor in determining model performance. Label precisely, consistently and completely.
43
-
1.**Label precisely**: Label each entity to its right type always. Only include what you want extracted, avoid unnecessary data in your labels.
44
-
2.**Label consistently**: The same entity should have the same label across all the files.
45
-
3.**Label completely**: Label all the instances of the entity in all your files.
42
+
***Label your data**: Labeling data is a key factor in determining model performance. Label precisely, consistently and completely.
43
+
***Label precisely**: Label each entity to its right type always. Only include what you want extracted, avoid unnecessary data in your labels.
44
+
***Label consistently**: The same entity should have the same label across all the files.
45
+
***Label completely**: Label all the instances of the entity in all your files.
46
46
47
-
3.**Train the model**: Your model starts learning from your labeled data.
47
+
***Train the model**: Your model starts learning from your labeled data.
48
48
49
-
4.**View the model's performance**: After training is completed, view the model's evaluation details, its performance and guidance on how to improve it.
49
+
***View the model's performance**: After training is completed, view the model's evaluation details, its performance and guidance on how to improve it.
50
50
51
-
6.**Deploy the model**: Deploying a model makes it available for use via the [Analyze API](https://aka.ms/ct-runtime-swagger).
51
+
***Deploy the model**: Deploying a model makes it available for use via the [Analyze API](https://aka.ms/ct-runtime-swagger).
52
52
53
-
7.**Extract entities**: Use your custom models for entity extraction tasks.
53
+
***Extract entities**: Use your custom models for entity extraction tasks.
0 commit comments