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

Fix style check

parent f7aef48c
Pipeline #146959 passed with stage
in 12 minutes and 57 seconds
......@@ -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}']
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment