diff --git a/examples/classification.py b/examples/classification.py index c9e9f5bf..28ef0bb7 100644 --- a/examples/classification.py +++ b/examples/classification.py @@ -96,7 +96,7 @@ def _make_dataset(training: bool) -> kd.data.Pipeline: gm.data.FormatText( key=_INPUT_FIELD, template="""user - Please classify whether the following sentence is grammaticaly correct, please answer only with Yes or No. + Please classify whether the following sentence is grammatically correct, please answer only with Yes or No. Sentence: {text} model""", ),