Hugging Face and Intel's Habana Labs have officially announced a partnership aimed at providing the community with more efficient and cost-effective solutions…
This classic blog post from Hugging Face examines the tension between software engineering principles and the demands of machine learning (ML) research…
Hugging Face has announced official support for the Decision Transformer (DT) in its renowned `transformers` library. This represents a new paradigm that…
This practical tutorial from Hugging Face provides a detailed guide on how to fine-tune the SegFormer model on a custom dataset for semantic segmentation…
When deploying large language models such as BERT in production environments, inference latency and computational cost are often two major pain points for…
BERT (Bidirectional Encoder Representations from Transformers) is a landmark natural language processing (NLP) model proposed by Google in 2018. This Hugging…
In the field of automatic speech recognition (ASR), Wav2Vec2 is a revolutionary model, but it faces a significant challenge when processing long audio files…
This case study focuses on the performance of "Hugging Face Infinity" — Hugging Face's high-performance inference container solution — on modern CPUs…
This technical blog post from Hugging Face introduces how combining n-gram language models (LMs) can significantly improve the performance of Wav2Vec2…
This blog post introduces the integration of Hugging Face's AutoNLP (now evolved into AutoTrain) with Prodigy, the popular data annotation tool developed by…
This article introduces DeepMind's Perceiver IO model and its integration into the Hugging Face Transformers library. Traditional Transformer models, while…
Hugging Face announced the launch of its first custom virtual environment built on Unity ML-Agents: "Snowball Fight." This marks Hugging Face's formal…
While GPUs dominate deep learning training today, a collaboration between Intel and Hugging Face demonstrates that through software and hardware optimization…
Automatic speech recognition (ASR) has achieved remarkable success for resource-rich languages such as English and standard Mandarin, but building…
This blog post is the second part of a technical guide co-authored by Hugging Face and Intel, designed to show developers how to push the inference performance…
This classic 2021 article from Hugging Face declared the official arrival of the "Machine Learning as Code" (ML as Code) era. The central argument is that…
Hugging Face has announced the launch of its new "Spaces" feature, designed to provide the machine learning community with a simple, fast, and free platform…
In September 2021, Hugging Face, the leading open-source AI community, and British AI chip design company Graphcore announced a strategic partnership aimed at…
In the field of artificial intelligence, training large language models (LLMs) has always been an extremely resource-intensive task. Traditionally, this…
Hugging Face officially announced a deep integration with the highly popular open-source library `sentence-transformers`. `sentence-transformers` (commonly…
Traditional Transformer models (such as BERT) are constrained by the quadratic complexity $O(N^2)$ of their self-attention mechanism, and are typically limited…
This is a landmark technical tutorial published by the Hugging Face team in 2021, detailing how to fine-tune Meta AI's Wav2Vec2 model using the Hugging Face…
In the field of natural language processing (NLP), the core of standard Transformer models (such as BERT and GPT-2) is the self-attention mechanism. However…
This classic blog post from Hugging Face explores the common mistakes developers make when building complex (fancy) neural networks, and the simple principles…
When deploying Transformer models in production environments, latency and throughput are often the deciding factors for a project's success. Hugging Face…
In the field of natural language processing (NLP), sequence-to-sequence (Seq2Seq) models — such as those used for translation or summarization — typically…
In the field of natural language processing (NLP), machine translation has always been a core challenge. Facebook AI Research (FAIR) achieved outstanding…
This classic article from the official Hugging Face blog provides a detailed guide on how to integrate Hugging Face's `Transformers` library with the powerful…
This classic blog post written by Hugging Face researcher Patrick von Platen takes a deep dive into the Transformer-based Encoder-Decoder model architecture…
In the field of natural language processing (NLP), the Transformer architecture has become the dominant paradigm, but its core self-attention mechanism…