This article explains how to accelerate the deployment and inference of Hugging Face Transformers models using AWS Inferentia2 (Inf2 instances) — AWS's…
This technical blog post from Hugging Face explores in depth how to apply the Transformer architecture — traditionally used in natural language processing…
As artificial intelligence advances rapidly, data privacy and regulatory compliance (such as GDPR) have become one of the greatest challenges for enterprises…
This article presents the results of a collaboration between Hugging Face and the Intel Habana team, focusing on how to leverage Intel's Habana Gaudi2 deep…
In March 2023, Stanford University released the Alpaca model — a fine-tuned version of Meta's LLaMA-7B model trained on 52,000 instruction-following examples…
Time series forecasting is critically important in domains such as energy consumption, traffic flow, and financial markets. However, traditional Transformer…
Kakao Brain, the AI research arm of South Korean tech giant Kakao, has officially released newly trained ViT (Vision Transformer) and ALIGN (A Large-scale…
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…
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…
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…