Commit cd193fa8 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Fix style check

parent f7aef48c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class NerModel:
            evaluation_strategy='steps',
        )
        schedule = get_schedule('sequential', [ner_objective], adaptation_arguments)
        adapter = Adapter(lang_module, schedule, adaptation_arguments)
        adapter = Adapter(lang_module, schedule, adaptation_arguments)  # noqa: F841

        test_result = ner_objective.per_objective_log("eval")
        test_f_score = test_result[f'eval_{ner_objective}_{ner_evaluator}']