Sempre Health is a healthcare technology company dedicated to improving patient medication adherence and drug affordability. They primarily interact with…
In this installment of Hugging Face's "Machine Learning Experts" interview series, the spotlight is on Lewis Tunstall, a senior machine learning engineer at…
This classic blog post from Hugging Face examines the tension between software engineering principles and the demands of machine learning (ML) research…
This is an official tutorial article from Hugging Face that guides developers on how to fine-tune a Vision Transformer (ViT) model for image classification…
This is a practical tutorial guide written by Hugging Face, designed to help developers and data scientists quickly get started with sentiment analysis using…
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 blog post introduces the fruits of a collaboration between Hugging Face and hardware chip design company Graphcore, showcasing how to use Hugging Face's…
This announcement comes from the official Hugging Face blog, published in October 2021, celebrating the launch of the Hugging Face Course along with an…
In September 2021, Hugging Face, the leading open-source AI community, and British AI chip design company Graphcore announced a strategic partnership aimed at…
Hugging Face has officially launched a new open-source toolkit called "Optimum" — an optimization and hardware acceleration library designed specifically for…
Hugging Face and Amazon Web Services (AWS) have entered into a deep collaboration aimed at simplifying the deployment process of machine learning models from…
Traditional Transformer models (such as BERT) are constrained by the quadratic complexity $O(N^2)$ of their self-attention mechanism, and are typically limited…
Hugging Face has officially announced a deep partnership with Amazon Web Services (AWS), aimed at natively integrating the Hugging Face Transformers platform…
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…
Retrieval-Augmented Generation (RAG) is a powerful architecture that combines a "retriever" with a "generator." It enables language models to dynamically…
When deploying Transformer models in production environments, latency and throughput are often the deciding factors for a project's success. Hugging Face…
In this technical blog post, the Hugging Face team reveals in detail how they achieved up to 100x speedup in inference for Transformer models for customers of…
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…
This classic technical blog post written by Hugging Face takes an in-depth look at how to select and tune different "decoding methods" when performing…