π IdentifyΒΆ
Note
ID: templates.span_labeling.extraction.identify | Type: SpanLabelingTemplate
{
"__type__": "span_labeling_template",
"input_format": "{text_type}: {text}",
"instruction": "From the following {text_type}, identify spans with {class_type}:{classes}.",
"postprocessors": [
"processors.to_span_label_pairs"
]
}
References: processors.to_span_label_pairs
Read more about catalog usage here.