Almanac
← Events
5Hugging Face Blog·1mo ago

Sentence Transformers Joins Hugging Face

Sentence Transformers, a widely-used library for generating sentence embeddings and semantic similarity, is officially joining Hugging Face. This integration brings the popular embedding framework under the Hugging Face ecosystem, likely enabling tighter integration with the Hub, datasets, and other HF tooling. The move consolidates a key component of the NLP/embedding pipeline within the dominant open-source AI platform.

Related guides (3)

Related events (8)

4Hugging Face Blog·1mo ago·source ↗

Sentence Transformers in the Hugging Face Hub

Hugging Face announced native integration of Sentence Transformers models into the Hub, enabling direct hosting, discovery, and sharing of sentence embedding models. This integration allows users to load Sentence Transformers models with a single line of code via the Hub infrastructure. The move expands the Hub's model ecosystem to cover dense retrieval and semantic similarity use cases more explicitly.

3Hugging Face Blog·1mo ago·source ↗

Train and Fine-Tune Sentence Transformers Models

This Hugging Face blog post provides a technical guide on training and fine-tuning Sentence Transformers models for producing dense sentence embeddings. It covers dataset preparation, loss function selection, and training configuration using the sentence-transformers library. The post targets practitioners building semantic search, clustering, or similarity systems.

5Hugging Face Blog·1mo ago·source ↗

The Partnership: Amazon SageMaker and Hugging Face

Hugging Face and Amazon announced a partnership integrating Hugging Face models and tools natively into Amazon SageMaker. This collaboration enables developers to train and deploy Hugging Face Transformers models directly within SageMaker's managed ML infrastructure. The partnership represents an early major cloud-provider integration for Hugging Face, expanding enterprise access to open-source NLP models.

4Hugging Face Blog·1mo ago·source ↗

Welcome spaCy to the Hugging Face Hub

Hugging Face announced the integration of spaCy models and pipelines into the Hugging Face Hub, enabling users to discover, share, and deploy spaCy NLP models alongside other hosted models. This integration allows spaCy users to push trained pipelines directly to the Hub and load them with a single line of code. The move expands the Hub's ecosystem beyond transformer-based models to include classical and hybrid NLP tooling.

4Hugging Face Blog·1mo ago·source ↗

Training and Finetuning Embedding Models with Sentence Transformers

Hugging Face published a tutorial blog post on training and fine-tuning embedding models using the Sentence Transformers library. The post covers the workflow for customizing embedding models for downstream tasks such as semantic search and retrieval. As a tier-2 source with commentary depth, this serves as practical guidance for practitioners working with text embeddings.

5Hugging Face Blog·1mo ago·source ↗

Multimodal Embedding & Reranker Models with Sentence Transformers

Hugging Face's Sentence Transformers library has added support for multimodal embedding and reranking models, enabling joint text-image (and potentially other modality) representations within a unified framework. The update extends the library's existing text-focused embedding capabilities to handle cross-modal retrieval and reranking tasks. This lowers the barrier for practitioners building multimodal search and RAG pipelines using open-weights models.

5Hugging Face Blog·1mo ago·source ↗

Announcing New Hugging Face and KerasHub Integration

Hugging Face and KerasHub have announced a new integration enabling users to access Hugging Face models and datasets directly through the Keras ecosystem. This partnership bridges two major ML frameworks, allowing Keras users to leverage the Hugging Face Hub's model repository without leaving the Keras workflow. The integration is aimed at reducing friction for practitioners who prefer Keras-based training and inference pipelines.

3Hugging Face Blog·1mo ago·source ↗

Welcome fastText to the Hugging Face Hub

Hugging Face has integrated fastText models into its Hub, enabling users to discover, share, and use fastText models through the standard Hub interface. fastText, originally developed by Facebook AI Research, is a widely-used library for efficient text classification and word vector representation. This integration extends the Hub's coverage of classical NLP tooling alongside modern transformer-based models.