πŸ“„ havingΒΆ

Note

ID: templates.span_labeling.extraction.having | Type: SpanLabelingTemplate

{
    "input_format": "{text_type}: {text}",
    "instruction": "From the following {text_type}, extract spans having a {class_type}: {classes}.",
    "postprocessors": [
        "processors.to_span_label_pairs"
    ],
    "type": "span_labeling_template"
}

References: processors.to_span_label_pairs

Read more about catalog usage here.