From d4a3b57fd1fba5a1cfe4a3e428e81b9a398b1d2d Mon Sep 17 00:00:00 2001 From: Alan Akbik Date: Wed, 4 Dec 2024 23:44:01 +0100 Subject: [PATCH] Remove code comment --- flair/trainers/trainer.py | 4 ---- 1 file changed, 4 deletions(-) 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 = {