πŸ“„ SimpleΒΆ

templates.grammatical_error_correction.simple

MultiReferenceTemplate(
    instruction="Make the minimal amount of changes to correct grammar and spelling errors in the following text.
",
    input_format="Original text: {original_text}",
    references_field="corrected_texts",
    target_prefix="Corrected text: ",
)
[source]

Read more about catalog usage here.