UKPLab / sentence-transformers

State-of-the-Art Text Embeddings
https://www.sbert.net
Apache License 2.0
14.78k stars 2.43k forks source link

MSE Evaluator #172

Open shainaraza opened 4 years ago

shainaraza commented 4 years ago

Is it that my package for sentence-transformers not updated? ### AttributeError: module 'sentence_transformers.evaluation' has no attribute 'MSEEvaluator'

nreimers commented 4 years ago

This evaluator is so far only on Github, not yet on pypi (pip). So you need to install the package from source.

shainaraza commented 4 years ago

thanks you for prompt reply and guiding