Difference between model-best and model-last #12455
umayerr
started this conversation in
Help: Best practices
Replies: 1 comment
-
Here's a closely related discussion: #9848 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I took a spaCy blank model and trained that for
ner
with chemical data. At the end of the training process I found two different models (model-best and model-last) as output. I am wondering the difference between these two models? Which model should I use for entity recognition from the text? If I want to continue incremental training which model would be the perfect one to start?Note: I am using spaCy v3.
Beta Was this translation helpful? Give feedback.
All reactions