Browse Source

[DOCS] Fixes indentation issue in GET trained models API docs. (#79347)

István Zoltán Szabó 4 years ago
parent
commit
94ab204a1e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/ml/ml-shared.asciidoc

+ 3 - 1
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,
 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
 it is possible to adjust the labels to classify. This makes this type of model
 and task exceptionally flexible.
 and task exceptionally flexible.
-
++
+--
 If consistently classifying the same labels, it may be better to use a fine turned
 If consistently classifying the same labels, it may be better to use a fine turned
 text classification model.
 text classification model.
+--
 end::inference-config-zero-shot-classification[]
 end::inference-config-zero-shot-classification[]
 
 
 tag::inference-config-zero-shot-classification-classification-labels[]
 tag::inference-config-zero-shot-classification-classification-labels[]