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
7c0a4044
Commit
7c0a4044
authored
Aug 10, 2022
by
Vít Novotný
Browse files
Add `_fair-sequential` suffix to `03_train_ner_models.py`
parent
570a2e1e
Pipeline
#146448
passed with stage
in 8 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/03_train_ner_models.py
View file @
7c0a4044
...
...
@@ -14,7 +14,7 @@ if __name__ == '__main__':
project_name
=
f
'AHISTO NER:
{
search_method
}
,
{
cross_page_boundaries
}
,
{
only_relevant
}
'
os
.
environ
[
'COMET_PROJECT_NAME'
]
=
project_name
model_basename
=
f
'model_ner_
{
search_method
}
_
{
cross_page_boundaries
}
_
{
only_relevant
}
'
model_basename
=
f
'model_ner_
{
search_method
}
_
{
cross_page_boundaries
}
_
{
only_relevant
}
_fair-sequential
'
model_checkpoint_basename
=
f
'
{
model_basename
}
_checkpoints'
sentence_basename
=
f
'dataset_mlm_
{
cross_page_boundaries
}
_
{
only_relevant
}
'
...
...
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