소스 검색

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

István Zoltán Szabó 4 년 전
부모
커밋
94ab204a1e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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,
 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[]