lanwuwei / SPM_toolkit

Neural network toolkit for sentence pair modeling.
302 stars 70 forks source link

Test results on SNLI from trained model #20

Closed aayushee closed 5 years ago

aayushee commented 5 years ago

I found a trained ESIM SNLI model in the Google drive folder where preprocessed data is available. I loaded that model and tested it on the preprocessed test data but got a test accuracy of 58% only. Can someone please tell me if that model is trained or I need to train a model from scratch and then test it?

lanwuwei commented 5 years ago

I think you should re-train the model, since the saved model may not correspond to the current code.

aayushee commented 5 years ago

I am able to train the model from scratch and it gives good test accuracy. Thanks!