diff --git a/flair/trainers/trainer.py b/flair/trainers/trainer.py index 4e3c9ea0f..03879a2b1 100644 --- a/flair/trainers/trainer.py +++ b/flair/trainers/trainer.py @@ -56,10 +56,6 @@ class ModelTrainer(Pluggable): specific functionality into the training process. You can add any number of plugins to the above-mentioned training modes. For instance, if you want to use an annealing scheduler during training, you can add the :class:`flair.trainers.plugins.functional.AnnealingPlugin` plugin to the train command. - - from flair import Sentence - sentence = Sentence("I love Berlin") - """ valid_events = {