Skip to content

Commit

Permalink
[DOCS] Changes trained model UI screenshot (#2853) (#2854)
Browse files Browse the repository at this point in the history
* [DOCS] Changes trained model UI screenshot.

* [DOCS] Further edits.

(cherry picked from commit b2f576c)

Co-authored-by: István Zoltán Szabó <[email protected]>
  • Loading branch information
mergify[bot] and szabosteve authored Oct 15, 2024
1 parent 3546447 commit 7e48698
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified docs/en/stack/ml/nlp/images/ml-nlp-test-ner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/en/stack/ml/nlp/ml-nlp-deploy-models.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ When you have dedicated deployments for different purposes, you ensure that the
Having separate deployments for search and ingest mitigates performance issues resulting from interactions between the two, which can be hard to diagnose.

[role="screenshot"]
image::images/ml-nlp-deployment-id-elser-v2.png["Model deployment on the Trained Models UI."]
image::images/ml-nlp-deployment-id-elser-v2.png["Model deployment on the Trained Models UI.",width=640]

Each deployment will be fine-tuned automatically based on its specific purpose you choose.

Expand Down Expand Up @@ -231,7 +231,7 @@ The simplest method to test your model against new data is to use the
field of an existing index in your cluster to test the model:

[role="screenshot"]
image::images/ml-nlp-test-ner.png[Testing a sentence with two named entities against a NER trained model in the *{ml}* app]
image::images/ml-nlp-test-ner.png["Testing a sentence with two named entities against a NER trained model in the *{ml}* app",]

Alternatively, you can use the
{ref}/infer-trained-model.html[infer trained model API].
Expand Down

0 comments on commit 7e48698

Please sign in to comment.