Skip to content

Commit a5634fb

Browse files
committed
fixes
1 parent d424cdc commit a5634fb

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/deploy-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ To deploy your model from within the [Language Studio](https://aka.ms/LanguageSt
1616

1717
2. Click on **Add deployment** to start a new deployment job.
1818

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":::
2020

2121
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.
2222

2323
> [!NOTE]
2424
> 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.
2525
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":::
2727

2828
4. Click on **Deploy** to start the deployment job.
2929

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/test-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ To test your deployed models from within the [Language Studio](https://aka.ms/La
2323

2424
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.-->
2525

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":::
2727

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/language-studio/train-model.md

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

1919
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.
2020

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":::
2222

2323
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.
2424

articles/cognitive-services/language-service/custom-text-analytics-for-health/overview.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ Similarly to Text Analytics for health, custom Text Analytics for health can be
3535

3636
Using custom Text Analytics for health typically involves several different steps.
3737

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":::
3939

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.
4141

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.
4646

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.
4848

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.
5050

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).
5252

53-
7. **Extract entities**: Use your custom models for entity extraction tasks.
53+
* **Extract entities**: Use your custom models for entity extraction tasks.
5454

5555
## Reference documentation and code samples
5656

0 commit comments

Comments
 (0)