After train: Which model is saved?

Hi there,

after I use prodigy train with --output \my\directory, which model will be saved? The one after the last iteration or the one with best F1? In spaCy there is a model saved after each epoch, also a model "last" and "best", so I wonder which one it is when using train in prodigy, as there is just one model after training in \my\directory.

Thanks for explanation!

Prodigy picks the one with the best F-score (which is also the final score shown at the bottom after training) :slightly_smiling_face:

1 Like