πŸ“„ carryΒΆ

Note

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

{
    "input_format": "{text_type}: {text}\nFrom this {text_type}, extract entities that carry one of the following types: {classes}.",
    "postprocessors": [
        "processors.to_span_label_pairs"
    ],
    "type": "span_labeling_template"
}

References: processors.to_span_label_pairs

Read more about catalog usage here.