๐ casualยถ
Note
ID: templates.summarization.abstractive.casual | Type: InputOutputTemplate
{
"input_format": "Sum up the text with a quick overview, pulling out the main ideas and important details.\nText: {document}",
"output_format": "{summary}",
"type": "input_output_template"
}
Explanation about InputOutputTemplateยถ
Generate field โsourceโ from fields designated as input, and fields โtargetโ and โreferencesโ from fields designated as output, of the processed instance.
Args specify the formatting strings with which to glue together the input and output designated fields of the processed instance into one string (โsourceโ and โtargetโ), and into a list of strings (โreferencesโ).
Read more about catalog usage here.