πŸ“„ IdentifyΒΆ

templates.span_labeling.extraction.identify

SpanLabelingTemplate(
    input_format="{text_type}: {text}",
    instruction="From the following {text_type}, identify spans with entity type:{entity_types}.",
    postprocessors=[
        "processors.to_span_label_pairs",
    ],
)
[source]

References: processors.to_span_label_pairs

Read more about catalog usage here.