Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nlp
ahisto-modules
Named Entity Recognition Experiments
Commits
cd193fa8
Commit
cd193fa8
authored
Sep 12, 2022
by
Vít Novotný
Browse files
Fix style check
parent
f7aef48c
Pipeline
#146959
passed with stage
in 12 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ahisto_named_entity_search/recognition/model.py
View file @
cd193fa8
...
...
@@ -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
}
'
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment