From 94ab204a1ed4ca27150693dbed4262a449a102b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Mon, 18 Oct 2021 12:27:24 +0200 Subject: [PATCH] [DOCS] Fixes indentation issue in GET trained models API docs. (#79347) --- docs/reference/ml/ml-shared.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/reference/ml/ml-shared.asciidoc b/docs/reference/ml/ml-shared.asciidoc index 7d0c1e72fd02b..e439080baa50a 100644 --- a/docs/reference/ml/ml-shared.asciidoc +++ b/docs/reference/ml/ml-shared.asciidoc @@ -1003,9 +1003,11 @@ Configures a zero-shot classification task. Zero-shot classification allows for text classification to occur without pre-determined labels. At inference time, it is possible to adjust the labels to classify. This makes this type of model and task exceptionally flexible. - ++ +-- If consistently classifying the same labels, it may be better to use a fine turned text classification model. +-- end::inference-config-zero-shot-classification[] tag::inference-config-zero-shot-classification-classification-labels[]