Loading ahisto_named_entity_search/recognition/model.py +1 −1 Original line number Diff line number Diff line Loading @@ -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}'] Loading Loading
ahisto_named_entity_search/recognition/model.py +1 −1 Original line number Diff line number Diff line Loading @@ -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}'] Loading