This blog post from Hugging Face explores how machine learning (ML) can assist rescue workers in a race against time to save lives during natural disasters…
With the explosion of generative AI models like Stable Diffusion, Hugging Face's Diffusers library has become the go-to tool for developers deploying and…
With the explosive growth of large language models (LLMs) such as ChatGPT, AI safety and ethics have become the most pressing concerns in the industry. This…
Machine learning (ML) is in the midst of a historic explosion, with countless developers, entrepreneurs, and creators eager to harness the technology to build…
BLIP-2 (Bootstrapping Language-Image Pre-training), developed by Salesforce Research, has been officially integrated into the Hugging Face Transformers…
Amid the rapid rise of generative AI, Runway — the leading startup renowned for its AI video generation technology (Gen-1, Gen-2) — faced the challenge of…
Microsoft's SpeechT5 model has been officially integrated into Hugging Face's Transformers library. This represents a significant advancement in the field of…
This article is the second installment of a Hugging Face series on accelerating PyTorch Transformer models on Intel's 4th-generation Xeon Scalable Processors…
With the explosion of generative AI, developers deploying AI applications (such as chatbots and image generators) face two major challenges: Serverless…
Amid the generative AI wave sparked by ChatGPT, Hugging Face published this in-depth article exploring how to transform "base language models" — which can only…
In game development, the creation of 3D assets (such as characters, props, and scenes) has traditionally been a time-consuming and costly endeavor. The third…
Image segmentation is a core task in computer vision, traditionally divided into three main types: semantic segmentation (classifying every pixel), instance…
When developing AI analytics applications, developers frequently encounter two major challenges: first, AI models (such as LLMs) have longer response times…
This technical tutorial from the official Hugging Face blog provides a detailed walkthrough of how to build an efficient image similarity retrieval system from…
This blog post is the second-phase account of the Hugging Face team's challenge to build a 3D farming game using AI tools in 5 days, with a core focus on the…
This blog post published by Hugging Face provides readers with a systematic introduction to the rapidly evolving field of Graph Machine Learning (Graph ML)…
This practical tutorial from Hugging Face kicks off a series documenting the challenge of building a game with AI assistance in 5 days. In the first…
This article is the first installment in a collaboration series between Hugging Face and Intel, focusing on how to accelerate PyTorch Transformer models using…
This article introduces CLIPSeg, an innovative architecture presented at CVPR 2022, designed to solve the problem of traditional image segmentation models…
Vercel announced on its official blog the launch of a new "Enhanced Preview Experience," aimed at transforming static preview deployments into a powerful space…
In December 2022, Elixir language creator José Valim and Hugging Face jointly announced a transformative project for the Elixir community: Bumblebee. The…
### The Rise of Protein Deep Learning Following the success of AlphaFold 2, artificial intelligence has achieved a revolutionary breakthrough in structural…
This Hugging Face blog article introduces how to use the `TimeSeriesTransformer` in the `transformers` library for "Probabilistic Time Series Forecasting."…
In late 2022, while continuous-space diffusion models represented by Stable Diffusion were stealing the spotlight, diffusion models operating in discrete space…
This blog post is an event announcement published by Hugging Face in November 2022, announcing the "Diffusion Models Live Event." In the second half of 2022…
"Document AI" is a key driver of enterprise digital transformation in recent years, aimed at automating the processing of unstructured documents such as…
The Replicate platform has announced the launch of a DreamBooth API, a service designed to solve the cumbersome workflow that developers face when training and…
OpenAI's Whisper is a powerful automatic speech recognition (ASR) model. While its zero-shot capabilities are impressive, there remains significant room for…
This classic technical blog post from Hugging Face systematically guides developers in understanding and mastering distributed training techniques within the…
Decision Transformer (DT) is an innovative architecture that reframes reinforcement learning (RL) as a sequence modeling problem. Traditional reinforcement…