Skip to content

Commit

Permalink
Remove code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanakbik committed Dec 4, 2024
1 parent 9fdc2df commit d4a3b57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flair/trainers/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit d4a3b57

Please sign in to comment.