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…
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 published by Hugging Face provides readers with a systematic introduction to the rapidly evolving field of Graph Machine Learning (Graph ML)…
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…
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…
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…
With breakthroughs in AI protein structure prediction technologies such as AlphaFold 2 and Meta's ESMFold, AI for Science has become one of the hottest…
This technical blog post from Hugging Face provides a detailed guide on how to use Intel's Habana Gaudi accelerators (HPUs) for BERT model pre-training. As…
This technical tutorial from the official Hugging Face blog provides a detailed walkthrough of how to deploy the popular computer vision model ViT (Vision…
This technical guide from Hugging Face provides a detailed walkthrough of how to deploy the popular Vision Transformer (ViT) model onto a Kubernetes (K8s)…
In the fields of artificial intelligence and computer vision, collecting high-quality, labeled image datasets is typically a time-consuming and tedious task…
This Hugging Face blog post provides a detailed introduction to Nyströmformer, a Transformer variant designed to overcome the bottleneck of processing long…
This Hugging Face technical blog post takes an in-depth look at how to use TensorFlow's XLA (Accelerated Linear Algebra) compiler to dramatically speed up the…
This is an official technical guide published by Hugging Face, designed to help developers deploy TensorFlow computer vision models from the Hugging Face Hub…
This hands-on guide from the official Hugging Face blog provides a detailed walkthrough of how to use natural language processing (NLP) techniques to perform…
This classic blog post from Hugging Face, "The Annotated Diffusion Model," is an essential guide for learning about generative AI image synthesis. Modeled…
This article is Unit 3 of Hugging Face's free Deep Reinforcement Learning course, covering the topic of Deep Q-Learning (DQN). In traditional Q-Learning, we…
### What is CLIPDraw? CLIPDraw is a technique that uses OpenAI's CLIP model to guide the drawing of images through vector strokes (Bezier curves). Unlike…
In May 2022, Hugging Face — the leading open-source AI community — and Graphcore, the UK-based AI chip design company, jointly announced the launch of a new…
This blog post is the second part (hands-on edition) of the Q-Learning section in Hugging Face's Deep Reinforcement Learning Class. The article aims to…