πŸ“„ Instruct FullΒΆ

templates.summarization.abstractive.instruct_full

MultiReferenceTemplate(
    instruction="Summarize the following {document_type}.",
    input_format="{document_type}:
{document}
Summary:
",
    references_field="summaries",
)
[source]

Read more about catalog usage here.