senteval/tools/ranking.py [194:199]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                bestmodel = copy.deepcopy(self.model)
            elif self.early_stop:
                if early_stop_count >= 3:
                    stop_train = True
                early_stop_count += 1
        self.model = bestmodel
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



senteval/tools/relatedness.py [92:97]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                bestmodel = copy.deepcopy(self.model)
            elif self.early_stop:
                if early_stop_count >= 3:
                    stop_train = True
                early_stop_count += 1
        self.model = bestmodel
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



