Closed tomaarsen closed 6 days ago
Thank you very much @tomaarsen for the quick response 👍🏾
Gladly! You can use this already with:
pip install git+https://github.com/UKPLab/sentence-transformers.git
And otherwise this will be included in the next release.
Resolves #3062
Hello!
Pull Request overview
steps
/epoch
/output_path
to Evaluator during trainingmodel.fit()
and theSentenceTransformerTrainer
Details
The
model.fit
norSentenceTransformerTrainer
passed all available parameters down to the evaluator(s). In particular, theoutput_path
wasn't sent, which meant that no csv files could be written for the evaluators. Beyond that, 2 evaluators failed when writing to disk. Some better tests for the evaluators would be appreciated, as this could've been caught.