Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Changes trained model UI screenshot #2853

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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