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
b78567bb
Commit
b78567bb
authored
Aug 22, 2022
by
Vít Novotný
Browse files
Prune old checkpoints
parent
72d22741
Pipeline
#146595
passed with stage
in 8 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ahisto_named_entity_search/recognition/model.py
View file @
b78567bb
...
...
@@ -93,6 +93,7 @@ class NerModel:
stopping_patience
=
cls
.
STOPPING_PATIENCE
,
save_strategy
=
'steps'
,
save_steps
=
cls
.
SAVE_STEPS
,
save_total_limit
=
cls
.
STOPPING_PATIENCE
+
1
,
logging_strategy
=
'steps'
,
logging_steps
=
cls
.
LOGGING_STEPS
,
do_train
=
True
,
...
...
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