default

Note

ID: catalog.templates.classification.multi_label.default | Type: MultiLabelTemplate

{
    "input_format": "What are the {type_of_classes} expressed in following {text_type}?\nSelect your answer from the options: {classes}.\nIf no {type_of_classes} are expressed answer none.\nText: {text}\n{type_of_classes}: ",
    "labels_field": "labels",
    "output_format": "{labels}",
    "postprocessors": [
        "processors.take_first_non_empty_line",
        "processors.lower_case_till_punc",
        "processors.to_list_by_comma"
    ],
    "type": "multi_label_template"
}