πŸ“„ EmptyΒΆ

templates.targeted_sentiment_extraction.negative.empty

SpanLabelingTemplate(
    input_format="{text}",
    labels_support=[
        "negative",
    ],
    span_label_format="{span}",
    postprocessors=[
        "processors.to_span_label_pairs_surface_only",
    ],
)
[source]

References: processors.to_span_label_pairs_surface_only

Read more about catalog usage here.