diff --git a/turkish_lm_tuner/evaluator.py b/turkish_lm_tuner/evaluator.py index 5dd79d0..65ac515 100644 --- a/turkish_lm_tuner/evaluator.py +++ b/turkish_lm_tuner/evaluator.py @@ -7,7 +7,7 @@ AutoModelForTokenClassification, ) -from .t5_classifier import T5ForClassification, T5ForClassificationConfig +from .t5_classifier import T5ForClassification from .metrics import load_task_metrics