651

Hugging Face Inference Endpoints Case Study

Hugging Face is migrating its CPU-based ML models from AWS ECS/Fargate to Hugging Face Inference Endpoints to reduce operational complexity and improve latency.

652

BLIP-2: Zero-Shot Image-to-Text Generation

BLIP-2 is a visual-language model from Salesforce Research that uses a Querying Transformer (Q-Former) to bridge frozen image encoders and frozen large language models for efficient zero-shot image-to-text generation.

653

🤗 PEFT library release enables parameter-efficient fine-tuning of billion‑scale models

Hugging Face announced the 🤗 PEFT library, which lets users fine‑tune billion‑parameter models on low‑resource hardware by training only a tiny fraction of parameters.

654

SpeechT5: Unified-Modal Encoder-Decoder for Speech Processing

Hugging Face has integrated SpeechT5, a unified Transformer-based model capable of text-to-speech, speech-to-speech, and speech-to-text tasks through a shared encoder-decoder backbone.

655

Hugging Face AI vs. AI: Multi-Agent Reinforcement Learning Competition System

Hugging Face has introduced AI vs. AI, an open-source system for ranking deep reinforcement learning models through continuous multi-agent competitions using an ELO rating system.

656

Hugging Face AI for Game Development: Generating Stories

Hugging Face outlines a workflow for using Large Language Models (LLMs) like ChatGPT to generate game stories and content, while highlighting critical limitations regarding originality, legal risks, and long-term coherence.

657

Accelerating PyTorch Transformers with Intel Sapphire Rapids

Hugging Face demonstrates that combining Intel Sapphire Rapids CPUs with the Optimum Intel library can accelerate PyTorch transformer inference by up to 3x compared to previous Xeon generations.

658

A Dive into Vision-Language Models

Hugging Face provides a technical overview of vision-language models, detailing five primary pre-training strategies and their integration into the Transformers library for tasks like VQA and image segmentation.

659

The State of Computer Vision at Hugging Face

Hugging Face has expanded its ecosystem to support 8 core computer vision tasks, over 3,000 models, and 100+ datasets, integrating both Transformer and convolutional architectures.

660

Hugging Face 2D Asset Generation for Game Development

Hugging Face demonstrates how to integrate Stable Diffusion's Image2Image capability into a collaborative 2D game asset workflow to create production-ready icons efficiently.

661

Using LoRA for Efficient Stable Diffusion Fine-Tuning

Hugging Face has integrated Low-Rank Adaptation (LoRA) into the diffusers library, enabling faster Stable Diffusion fine-tuning with significantly lower VRAM requirements and model weights as small as 3 MB.

662

Hugging Face Optimum and ONNX Runtime Training Integration

Hugging Face and Microsoft have integrated ONNX Runtime into the Optimum library to reduce training times for transformer-based models by 35% or more.

663

What Makes a Dialog Agent Useful? Technical Analysis

Hugging Face analyzes the key techniques—including Instruction Fine-Tuning (IFT), Supervised Fine-Tuning (SFT), Reinforcement Learning from Human Feedback (RLHF), and Chain-of-Thought (CoT)—that transform base language models into useful conversational agents.

664

Hugging Face AI for Game Development: 3D Asset Generation

Hugging Face explores the current state of text-to-3D AI, concluding that while tools like DreamFusion and Point-E exist, they are not yet practically applicable for rapid game development workflows.

665

Mask2Former and OneFormer: Universal Image Segmentation Models in 🤗 Transformers

Hugging Face released Mask2Former and OneFormer in the Transformers library, providing universal architectures that handle instance, semantic, and panoptic segmentation with a single model.

666

PaddlePaddle Integration with Hugging Face Hub

Hugging Face has partnered with PaddlePaddle to integrate its deep learning platform and libraries, starting with PaddleNLP, into the Hugging Face Hub for improved accessibility and sharing.

667

Image Similarity with Hugging Face Datasets and Transformers

Hugging Face demonstrates how to build an image similarity system using the Transformers and Datasets libraries by computing dense vector embeddings and measuring cosine similarity.

668

AI for Game Development: Using LLMs for Game Design

Hugging Face demonstrates how Large Language Models like ChatGPT can be used as brainstorming and acceleration tools for game design, specifically for defining core features of a farming game.

669

Introduction to Graph Machine Learning

Hugging Face provides a comprehensive overview of Graph Machine Learning, detailing how graphs are represented and the evolution from pre-neural features to Graph Neural Networks and Graph Transformers.

670

AI for Game Development: Creating a Farming Game in 5 Days (Part 1)

Hugging Face demonstrates how to use Stable Diffusion to establish a visual art style and concept art for a farming game, which is then implemented in Unity.

671

Accelerating PyTorch Transformers with Intel Sapphire Rapids – part 1

Hugging Face shows how to train PyTorch Transformers on a cluster of Intel Sapphire Rapids CPUs using IPEX and oneCCL, achieving up to 8× speed‑up over Ice Lake and near‑linear scaling across four nodes.

672

Zero-shot image segmentation with CLIPSeg

Hugging Face introduces CLIPSeg, a zero-shot image segmentation model that uses CLIP embeddings to create segmentation masks from either text or image prompts without requiring category-specific training.

673

Hugging Face Model Cards Documentation Framework

Hugging Face has released a suite of tools and resources, including a GUI-based creator tool and a standardized template, to improve the accessibility and standardization of machine learning model documentation.

674

Hugging Face Audio Datasets Guide – How to Load, Process, and Stream Audio Data

Hugging Face announced a comprehensive guide showing that the 🤗 Datasets library can load, preprocess, and stream any audio dataset from the Hub with just a few lines of Python code, enabling efficient research on speech and audio tasks.

675

Hugging Face Ethics and Society Newsletter #2: Addressing Bias in Machine Learning

Hugging Face outlines a sociotechnical framework for mitigating machine learning bias by treating biases as risk factors that must be addressed across task definition, dataset curation, and model training.

676

Habana Gaudi2 vs Nvidia A100 80GB Performance Benchmarks

Hugging Face benchmarks show that Habana Gaudi2 provides approximately twice the throughput of Nvidia A100 80GB for both training and inference across BERT, Stable Diffusion, and T5-3B models.

677

Hugging Face Announces Bumblebee: Transformers and Stable Diffusion in Pure Elixir

Hugging Face released Bumblebee, a pure‑Elixir implementation of Transformers that brings models from GPT‑2 to Stable Diffusion to the Elixir ecosystem, enabling native CPU/GPU inference without external dependencies.

678

Illustrating Reinforcement Learning from Human Feedback (RLHF)

Hugging Face provides a technical breakdown of Reinforcement Learning from Human Feedback (RLHF), a three-step process used to align large language models with complex human values.

679

Deep Learning with Proteins – Hugging Face guide to protein language models and folding

Hugging Face announced a tutorial series showing how to fine‑tune protein language models and use ESMFold for protein folding, demonstrating that transfer learning techniques from NLP can be applied directly to protein sequence tasks.

680

Time Series Transformer probabilistic forecasting with 🤗 Transformers

Hugging Face released a vanilla Transformer model for global probabilistic time‑series forecasting, demonstrating state‑of‑the‑art performance on the Tourism Monthly benchmark.

681

Stable Diffusion Core ML on Apple Silicon – How to Run and Optimize

Hugging Face released Core ML‑converted Stable Diffusion checkpoints for Apple Silicon, enabling on‑device image generation in Python or Swift with up to 18 seconds per image on an M1 Max.

682

VQ-Diffusion: Conditional Latent Diffusion in Discrete Space

VQ-Diffusion is a conditional latent diffusion model that operates on a quantized discrete latent space, offering faster inference and higher image quality than traditional autoregressive models.

683

Hugging Face 2023 Internship Program

Hugging Face has announced its 2023 internship program, offering roles across Open Source, Science, and Social Impact teams to democratize responsible machine learning.

684

Hugging Face Diffusion Models Class and Community Event

Hugging Face announced a free Diffusion Models Class launching November 28, 2022, accompanied by a live community event on November 30 featuring researchers from Stability AI, Meta, and Runway.

685

Hugging Face Director of Machine Learning Insights Part 4

Four Machine Learning Directors share industry-specific insights on the impact, challenges, and integration pitfalls of ML in e-commerce, engineering, education, and SaaS.

686

Hugging Face Inference Solutions Overview November 2022

Hugging Face announced a suite of free and paid inference options—including a widget, API, Inference Endpoints, and Spaces—to simplify model testing, deployment, and production scaling.

687

Hugging Face Accelerating Document AI

Hugging Face provides a comprehensive guide to using open-source multimodal models to automate document classification, parsing, and visual question answering for enterprise workflows.

688

Sentiment Analysis on Encrypted Data with Homomorphic Encryption

Hugging Face demonstrates how to use the Concrete-ML library to perform sentiment analysis on encrypted data using a combination of BERT transformers and XGBoost with Fully Homomorphic Encryption (FHE).

689

Hugging Face and arXiv Integration for Machine Learning Demos

Hugging Face has integrated Hugging Face Spaces with arXivLabs to provide interactive machine learning demos directly on arXiv paper abstract pages.

690

Hugging Face Pricing Update November 2022

Hugging Face has transitioned to a compute-based monetization model, sunsetting the Paid tier of the Inference API in favor of Inference Endpoints and hardware upgrades for Spaces.

691

Contrastive Search for Human-Level Text Generation in Transformers

Hugging Face has integrated Contrastive Search into the transformers library, a decoding method that prevents model degeneration and maintains semantic coherence across 16 languages using off-the-shelf models.

692

Dreambooth Stable Diffusion fine‑tuning guide with Diffusers

Hugging Face released detailed recommendations for training Stable Diffusion with Dreambooth using the Diffusers library, showing that low learning rates, enough steps, prior preservation for faces, and text‑encoder fine‑tuning yield the highest quality results.

693

Fine-Tuning Whisper for Multilingual ASR with Hugging Face Transformers

Hugging Face provides a comprehensive guide on fine-tuning OpenAI's Whisper model for multilingual automatic speech recognition (ASR), demonstrating a 31.5% absolute WER improvement on Hindi using only 8 hours of data.

694

Hugging Face Optimum Intel and OpenVINO Integration

Hugging Face has integrated Intel OpenVINO into Optimum Intel, enabling accelerated inference and quantization for Transformer models on Intel hardware.

695

Evaluating Language Model Bias with 🤗 Evaluate

Hugging Face added bias metrics—toxicity, language polarity, and HONEST—to the 🤗 Evaluate library, enabling systematic measurement of harmful language in causal language models.

696

Distributed Training with PyTorch DDP, Accelerate, and Transformers Trainer

Hugging Face explains how to implement distributed training using three levels of abstraction: native PyTorch DDP, the Accelerate library, and the high-level Transformers Trainer API.

697

MTEB: Massive Text Embedding Benchmark

Hugging Face introduced MTEB, a massive and multilingual benchmark consisting of 56 datasets across 8 tasks to evaluate the performance of text embedding models.

698

Hugging Face Inference Endpoints

Hugging Face Inference Endpoints is a managed service that allows users to deploy machine learning models from the Hugging Face Hub to scalable, secure cloud infrastructure with a few clicks.

699

Stable Diffusion JAX and Flax Integration

Hugging Face Diffusers version 0.5.1 introduces support for Flax, enabling high-speed Stable Diffusion inference on Google TPUs via JAX.

700

Hugging Face BLOOM Inference Optimization

Hugging Face achieved a 5x reduction in latency and a 50x increase in throughput for the BLOOM model by transitioning from Pipeline Parallelism to Tensor Parallelism and implementing custom CUDA kernels.