What is the model-best output based on? #8839
Answered
by
polm
erotavlas
asked this question in
Help: Other Questions
-
How is the output in model-best folder determined? What makes it best compared to the model-last output from the final training iteration. |
Beta Was this translation helpful? Give feedback.
Answered by
polm
Jul 29, 2021
Replies: 1 comment 2 replies
-
When training, there's period output as the trainer runs an evaluation step on dev data. That output includes a "score", which is used to select the best model. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
polm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When training, there's period output as the trainer runs an evaluation step on dev data. That output includes a "score", which is used to select the best model.