This repository has been archived by the owner on Sep 13, 2023. It is now read-only.
MLEM-loaded model performs consistently worse #641
Labels
bug
Something isn't working
ml-framework
ML Framework support
serialization
Dumping and loading Python objects
I have a Pytorch text classification model I cannot disclose the architecture of. Whenever the model is loaded with the relative library, it consistently performs slightly better than the model saved and then loaded with MLEM.
As detailed on the Discord discussion with @aguschin:
It's a Pytorch sequence classification model. Ran the eval four times each:
And did eval 4 times each on 5k samples, getting the accuracies:
So almost the same, but consistently lower by about 0.6% on average.
The text was updated successfully, but these errors were encountered: