Change8

v5.2.3

📦 sentence-transformersView on GitHub →
🐛 1 fixes🔧 1 symbols

Summary

This patch release (v5.2.3) introduces compatibility with the newly released Transformers v5.2, resolving a training failure related to the Trainer class.

Migration Steps

  1. Install the new version using: pip install sentence-transformers[train]==5.2.3 for training, or pip install sentence-transformers==5.2.3 for inference only.

🐛 Bug Fixes

  • Fixed an issue where training with Sentence Transformers would fail on the logging step due to changes in the Transformers v5.2 Trainer.

Affected Symbols