You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2024. It is now read-only.
But, as discussed in #343 (comment), we can probably set patience and max_steps to much smaller values without any negative impact on the accuracy of our models.
Also, we should look into the learning rate schedule parameters that should probably also be adapted.
We are currently training our NER models using the default parameters of the
config.cfgfor the duration and early stopping:Search/data_and_models/pipelines/ner/config.cfg
Lines 88 to 90 in 04aa04b
But, as discussed in #343 (comment), we can probably set
patienceandmax_stepsto much smaller values without any negative impact on the accuracy of our models.Also, we should look into the learning rate schedule parameters that should probably also be adapted.