Hugging Face AI Updates: June 17, 2026
1. Sentence Transformers Ships v5.6.0 with Reranker and Hard-Negative Mining Fixes
Sentence Transformers, the Hugging Face embedding and reranking library, released v5.6.0, a correctness-focused update centered on stability for production deployments. The release fixes a chat-template truncation bug that caused silent scoring errors in causal-LM rerankers such as Qwen3-Reranker when input truncation dropped chat-template suffixes. It also corrects three hard-negative mining issues, including sign-independent margin calculations, distributed positive masking in GIST losses, and memory-bounded mining without FAISS. Additional changes restore TSDAE weight tying on Transformers v5 through a custom tying routine, add Apple Silicon MPS compatibility for cached losses and legacy training paths, and introduce per-call processing_kwargs overrides. Source