1sec.ai

Tag

#transformers

Every item tagged transformers, newest first.

50 items

Explaining Attention with Program Synthesis

Researchers propose a program synthesis approach to explain attention in transformer language models by approximating attention heads with executable programs. They compute attention matrices on random training examples and prompt a language model to generate a program that mimics the attention head's behavior. The generated programs provide insights into how attention heads work. This method can help build more interpretable deep learning models.

Key takeaways
  • Program synthesis used to approximate attention head behavior.
  • Attention matrices computed on random training examples.
  • Generated programs provide insights into attention head workings.

Multilingual-Multimodal-NLP/LoopCoder-V2 · Hugging Face

LoopCoder-V2, a 7B instruction-tuned code model, was released on GitHub and arXiv. The model uses the Parallel Loop Transformer architecture and studies test-time computation scaling. It is available as a checkpoint for the two-loop PLT variant. You can access the model and its accompanying paper for further details.

Key takeaways
  • 7B parameter instruction-tuned code model.
  • Based on Parallel Loop Transformer architecture.
  • Studies test-time computation scaling with fixed parameter count.

Complementary Attention Head Pruning for Efficient Transformers

Researchers propose Complementary Attention Head Pruning, a new method for efficiently compressing Transformer models. This approach addresses issues with existing pruning methods like instability and hyperparameter tuning. It offers a more stable and efficient way to reduce model size, which is crucial for deployment in resource-constrained environments. You can apply this method to optimize Transformer-based models for natural language processing tasks.

Key takeaways
  • Complementary Attention Head Pruning offers a stable and efficient method for compressing Transformer models.
  • Existing pruning methods suffer from instability and require extensive hyperparameter tuning.
  • The new approach can help deploy Transformer-based models in resource-constrained environments.

Next-Latent Prediction Transformers [R]

Microsoft Research introduces Next-Latent Prediction, a self-supervised learning method that trains transformers to predict their own next latent state, enabling more efficient reasoning and planning. This approach complements next-token prediction and allows for up to 3.3x faster inference via self-speculative decoding. Builders can explore using NextLat to improve transformer performance and efficiency in their applications. The method has the potential to unlock more compact world models for

Key takeaways
  • NextLat trains transformers to predict their own next latent state.
  • Enables up to 3.3x faster inference via self-speculative decoding.
  • Complements next-token prediction for more efficient reasoning and planning.

Variable-Width Transformers

Transformers with variable width outperform constant-width models on a range of tasks. The proposed ×-Transformer consistently outperforms parameter-matched baselines, suggesting nonuniform capacity allocation improves performance. This work empirically investigates nonuniform capacity allocation across network depth.

Key takeaways
  • Most transformer architectures maintain constant width across all layers.
  • Proposed ×-Transformer consistently outperforms parameter-matched baselines.
  • Nonuniform capacity allocation improves performance on a range of tasks.

Looped World Models

Researchers introduced Looped World Models, a looped architecture for world modeling that achieves up to 100x parameter efficiency over conventional methods. This approach iteratively refines latent environment states through a parameter-shared transformer block, enabling more efficient and accurate long-horizon simulation. You can use this method to improve the efficiency and accuracy of your world models. The results show significant improvements in parameter efficiency and simulation accuracy

Key takeaways
  • LoopWM achieves 100x parameter efficiency over conventional world models.
  • Method uses parameter-shared transformer block for iterative refinement.
  • Improves long-horizon simulation accuracy and efficiency.

Fixed-Point Reasoners: Stable and Adaptive Deep Looped Transformers

Researchers propose Fixed-Point Reasoners, a deep looped transformer architecture that adapts to compositional reasoning tasks. The design addresses signal propagation issues in deep looped models using pre-norm layers and residual scaling. This approach enables more stable and effective learning of step-by-step procedures. You can explore the method in a preprint on arXiv.

Key takeaways
  • Fixed-Point Reasoners use pre-norm layers and residual scaling to mitigate signal propagation issues.
  • The architecture is designed for compositional reasoning tasks requiring step-by-step procedures.
  • The method shows improved stability and effectiveness in deep looped models.
modelsMay 18

PaddleOCR 3.5: Running OCR and Document Parsing Tasks with a Transformers Backend

PaddleOCR 3.5 integrates a Transformers backend for running OCR and document parsing tasks. The update allows users to leverage popular models like LayoutLM and Donut for improved accuracy. This change enables builders to deploy OCR solutions with state-of-the-art performance using familiar Transformers APIs.

Key takeaways
  • PaddleOCR 3.5 uses a Transformers backend for OCR tasks.
  • Integrates with models like LayoutLM and Donut.
  • Enables state-of-the-art OCR performance with Transformers APIs.
researchFeb 26

Mixture of Experts (MoEs) in Transformers

Transformers can be scaled up efficiently using Mixture of Experts MoEs architectures which selectively activate only a few high-capacity components for each input. This approach enables larger models without proportional increases in compute costs. You can implement MoEs using popular libraries like Hugging Face Transformers. MoEs are particularly useful for handling complex tasks that require specialized knowledge.

Key takeaways
  • MoEs allow for larger models without proportional compute cost increases.
  • Only a few high-capacity components are activated for each input.
  • MoEs are useful for complex tasks requiring specialized knowledge.
toolsFeb 9

Transformers.js v4: Now Available on NPM!

Transformers.js v4 has been released and is now available on NPM. This update brings performance improvements and new features for machine learning model deployment in JavaScript environments. The release targets developers building AI-powered applications for the web. You can install the new version using NPM.

Key takeaways
  • Transformers.js v4 is available on NPM.
  • The update includes performance improvements and new features.
  • Targets developers building AI-powered web applications.
modelsJan 20

Differential Transformer V2

Microsoft released Differential Transformer V2, an updated version of their open-source attention mechanism. The new model improves performance on long-range dependency tasks. You can try it on the Hugging Face Hub. This release targets developers working on natural language processing applications.

Key takeaways
  • Updated attention mechanism for improved performance.
  • Targets long-range dependency tasks in NLP.
  • Available on Hugging Face Hub for testing.
modelsDec 18

Tokenization in Transformers v5: Simpler, Clearer, and More Modular

The Hugging Face Transformers library has introduced a new tokenization system in version 5, focusing on simplicity, clarity, and modularity. This update aims to improve the user experience for builders working with text processing and model integration. The new tokenization approach allows for more flexible and efficient handling of text data. You can explore the details and benefits of this change in the official documentation.

Key takeaways
  • Transformers v5 introduces a new tokenization system.
  • The update focuses on simplicity, clarity, and modularity.
  • The new approach allows for more flexible text data handling.
modelsDec 1

Transformers v5: Simple model definitions powering the AI ecosystem

Hugging Face released Transformers v5, which simplifies model definitions and improves performance. The update streamlines the process of creating and deploying models, making it easier for builders to focus on their applications. With this release, Hugging Face aims to further solidify its position as a leading platform for AI development. The new version is now available for use.

Key takeaways
  • Simplifies model definitions
  • Improves performance
  • Streamlines model creation and deployment
toolsSep 26

Swift Transformers Reaches 1.0 – and Looks to the Future

The Swift Transformers library has reached version 1.0, marking a major milestone in its development. This library enables efficient transformer model deployment on Apple devices. You can now integrate transformer models into your iOS and macOS apps with optimized performance.

Key takeaways
  • Swift Transformers library hits 1.0 milestone.
  • Enables efficient transformer deployment on Apple devices.
  • Optimized performance for iOS and macOS apps.
modelsSep 11

Tricks from OpenAI gpt-oss YOU 🫵 can use with transformers

The Hugging Face blog post shares optimization techniques for transformer models, specifically highlighting methods that can be used with OpenAI's GPT models. These tricks aim to improve performance and efficiency when working with transformers. You can apply these optimizations to enhance your transformer-based projects. The post provides actionable advice for builders.

Key takeaways
  • Optimization techniques improve transformer model performance.
  • Methods can be applied to OpenAI GPT models.
  • Tricks enhance efficiency in transformer-based projects.
modelsJun 23

Transformers backend integration in SGLang

SGLang now supports integration with Transformers as a backend, allowing users to deploy models from the Transformers library with SGLang's serving infrastructure. This integration enables flexible model deployment and management. You can leverage the strengths of both frameworks. The update streamlines workflows for builders working with diverse model ecosystems.

Key takeaways
  • SGLang integrates with Transformers as a backend.
  • Enables deployment of Transformers models with SGLang serving.
  • Streamlines model deployment and management workflows.
toolsMay 15

The Transformers Library: standardizing model definitions

The Transformers library by Hugging Face standardizes model definitions, enabling consistent and reproducible model implementations. This standardization facilitates collaboration and comparison among researchers and developers. You can now easily integrate and deploy various transformer-based models using a unified framework. The library provides a common interface for defining and working with transformer models.

Key takeaways
  • Standardized model definitions enable reproducibility.
  • Unified framework for transformer-based models.
  • Facilitates collaboration among researchers and developers.
researchJan 23

Mastering Long Contexts in LLMs with KVPress

Researchers from NVIDIA and Hugging Face introduced KVPress, a method to improve long-context handling in large language models. KVPress uses a combination of techniques like sparse attention and compression to efficiently process longer sequences. This approach allows LLMs to handle up to 128K tokens, significantly expanding their context window. You can now explore KVPress in the Hugging Face Transformers library.

Key takeaways
  • KVPress enables LLMs to handle up to 128K tokens.
  • Uses sparse attention and compression for efficiency.
  • Available in Hugging Face Transformers library.
modelsJan 16

Timm ❤️ Transformers: Use any timm model with transformers

The Hugging Face Transformers library now supports seamless integration with Timm models, allowing users to leverage Timm's pre-trained models within the Transformers ecosystem. This integration enables easy use of Timm models with Transformers' features like pipelines and zero-shot classification. You can now access Timm models directly through the Transformers library, expanding the range of available models for various tasks. Builders can utilize Timm's models with Transformers' tools for a 1

Key takeaways
  • Timm models are now compatible with Hugging Face Transformers.
  • Integration allows for use of Timm models with Transformers' pipelines.
  • Timm models accessible directly through Transformers library.
modelsOct 22

Transformers.js v3: WebGPU Support, New Models & Tasks, and More…

Transformers.js v3 adds WebGPU support for faster inference on modern GPUs, expands model compatibility, and introduces new tasks like text-to-image and image-to-image. This release enables developers to deploy AI models in web applications with improved performance and new capabilities. You can now integrate more AI features directly in the browser. The update also includes better support for popular models like Stable Diffusion and CLIP.

Key takeaways
  • WebGPU support for faster inference on modern GPUs.
  • New tasks like text-to-image and image-to-image added.
  • Better support for Stable Diffusion and CLIP models.
modelsJul 1

Our Transformers Code Agent beats the GAIA benchmark 🏅

Hugging Face's Transformers Code Agent has surpassed the GAIA benchmark, setting a new standard for code generation and execution. The agent leverages recent advances in large language models and code-specific training data. You can explore the agent's capabilities and performance metrics on the Hugging Face blog. This achievement showcases the potential for AI-powered code generation tools to improve developer productivity.

Key takeaways
  • Transforms Code Agent beats GAIA benchmark.
  • Leverages large language models and code-specific training data.
  • Performance metrics available on Hugging Face blog.
toolsMay 13

License to Call: Introducing Transformers Agents 2.0

Hugging Face released Transformers Agents 2.0, an open-source framework for building AI agents. The update includes new features and improvements for building and deploying AI agents. You can use it to create customized agents for various applications. The framework is designed to be flexible and scalable.

Key takeaways
  • Transformers Agents 2.0 is now available as open-source.
  • The framework supports building customized AI agents.
  • It offers new features for deployment and scalability.
researchApr 22

Jack of All Trades, Master of Some, a Multi-Purpose Transformer Agent

Researchers propose a multi-purpose transformer agent called Jack of All Trades, Master of Some that can perform a wide range of tasks. The model is trained on a diverse set of tasks and can adapt to new tasks with few examples. You can use this approach to build more versatile AI systems. The model's performance is competitive with specialized models on several benchmarks.

Key takeaways
  • Trained on a diverse set of tasks.
  • Adapts to new tasks with few examples.
  • Competitive with specialized models.
toolsMar 22

Total noob’s intro to Hugging Face Transformers

The Hugging Face Transformers library provides a simple interface for using transformer models like BERT and RoBERTa. It allows you to easily load and fine-tune pre-trained models for various NLP tasks. The library supports a wide range of models and tasks, making it a popular choice among developers. You can use it to build and deploy NLP applications.

Key takeaways
  • Hugging Face Transformers supports a wide range of pre-trained models.
  • The library provides a simple interface for loading and fine-tuning models.
  • It is suitable for various NLP tasks and applications.
modelsJan 19

Fine-Tune W2V2-Bert for low-resource ASR with 🤗 Transformers

You can fine-tune W2V2-Bert using the Hugging Face Transformers library for low-resource automatic speech recognition (ASR). This approach adapts the model to specific languages or dialects with limited training data. By fine-tuning, you can improve ASR accuracy in low-resource settings. The Hugging Face library provides tools and examples for this process.

Key takeaways
  • Fine-tuning W2V2-Bert improves ASR accuracy in low-resource settings.
  • Hugging Face Transformers library supports W2V2-Bert fine-tuning.
  • Adaptable to specific languages or dialects with limited data.
researchDec 11

Mixture of Experts Explained

The blog post explains Mixture of Experts (MoE), a technique for scaling large language models by sparsely activating subsets of model parameters. MoE allows for more efficient computation and increased model capacity. You can implement MoE using libraries like Hugging Face’s Transformers. MoE is useful for builders looking to optimize model performance and efficiency.

Key takeaways
  • MoE enables sparse activation of model parameters for efficient computation.
  • MoE increases model capacity without proportionally increasing computation.
  • Hugging Face’s Transformers library supports MoE implementation.
modelsSep 28

Non-engineers guide: Train a LLaMA 2 chatbot

The Hugging Face blog provides a non-technical guide to training a LLaMA 2 chatbot. The process involves preparing a dataset, using the Transformers library, and fine-tuning the model. You can deploy the trained model as a chatbot. This guide helps non-engineers get started with LLaMA 2 customization.

Key takeaways
  • LLaMA 2 can be trained without extensive engineering expertise.
  • The Transformers library simplifies the fine-tuning process.
  • Trained models can be deployed as chatbots.
toolsSep 12

Overview of natively supported quantization schemes in 🤗 Transformers

Hugging Face provides an overview of quantization schemes natively supported in the Transformers library. Quantization reduces model size and improves inference speed. The library supports various quantization methods, including dynamic quantization, static quantization, and quantization-aware training. You can use these methods to deploy models more efficiently.

Key takeaways
  • Hugging Face Transformers supports dynamic, static, and quantization-aware training.
  • Quantization reduces model size and speeds up inference.
  • Efficient deployment relies on choosing the right quantization method.
modelsAug 23

Making LLMs lighter with AutoGPTQ and transformers

Hugging Face integrated AutoGPTQ into their transformers library, enabling efficient quantization of large language models. This allows for significant model size reduction and faster inference speeds without major accuracy drops. You can now deploy lighter LLMs in resource-constrained environments. The integration supports popular models like Llama and OPT.

Key takeaways
  • AutoGPTQ integration enables efficient LLM quantization.
  • Significant model size reduction and faster inference speeds.
  • Supports popular models like Llama and OPT.
modelsAug 9

Optimizing Bark using 🤗 Transformers

The Hugging Face team optimized Bark, a text-to-speech model, for faster inference using Transformers. They achieved a 30% speedup on GPU and 2.5x speedup on CPU. Optimizations included quantization, knowledge distillation, and model pruning. You can apply these techniques to other models for similar performance gains.

Key takeaways
  • Bark inference sped up by 30% on GPU and 2.5x on CPU.
  • Optimizations used: quantization, knowledge distillation, model pruning.
  • Techniques can be applied to other models for similar gains.
toolsJul 5

Making ML-powered web games with Transformers.js

Transformers.js enables you to integrate machine learning into web games using popular libraries like Three.js and PlayCanvas. The library provides pre-trained models and a simple API for tasks like image classification and text generation. You can use it to create immersive experiences, such as generating terrain or NPC dialogue. This allows developers to focus on game development rather than building ML models from scratch.

Key takeaways
  • Transformers.js integrates ML into web games with popular libraries.
  • Pre-trained models and simple API for tasks like image classification.
  • Enables developers to focus on game development, not ML model building.
researchJun 16

Yes, Transformers are Effective for Time Series Forecasting (+ Autoformer)

Researchers found that standard transformer architectures can be highly effective for time series forecasting tasks, challenging prior assumptions about their suitability. The Autoformer model, a transformer variant, achieved state-of-the-art results on several benchmarks. This shows that transformers can be a viable option for time series forecasting, offering a new perspective on the problem. You can explore transformer-based models for your forecasting needs.

Key takeaways
  • Transformers effective for time series forecasting, contrary to prior assumptions.
  • Autoformer achieves state-of-the-art results on multiple benchmarks.
  • Transformers offer a new perspective on time series forecasting problems.
modelsMay 24

Making LLMs even more accessible with bitsandbytes, 4-bit quantization and QLoRA

Hugging Face has integrated 4-bit quantization and QLoRA into their transformers library using bitsandbytes. This reduces memory usage and speeds up inference for large language models. You can now deploy LLMs more efficiently on hardware with limited resources. The integration makes it easier for you to run LLMs on devices with restricted memory and processing power.

Key takeaways
  • 4-bit quantization and QLoRA integrated into transformers library.
  • Reduces memory usage and speeds up LLM inference.
  • Enables more efficient deployment on resource-constrained hardware.
modelsMay 15

Introducing RWKV - An RNN with the advantages of a transformer

RWKV is a new type of recurrent neural network (RNN) that combines the advantages of RNNs and transformers. It achieves comparable performance to transformers on certain tasks while being more efficient. The model is open-source and available on the Hugging Face platform for developers to explore and build upon.

Key takeaways
  • RWKV combines RNN and transformer advantages.
  • Achieves comparable performance to transformers on certain tasks.
  • Open-source and available on Hugging Face.
modelsApr 17

Accelerating Hugging Face Transformers with AWS Inferentia2

Hugging Face has partnered with AWS to optimize Transformers for Inferentia2, a custom chip designed for machine learning inference. This collaboration aims to accelerate Transformers on AWS, reducing costs and improving performance. You can now deploy optimized Transformers on Inferentia2-based instances for faster and more cost-effective inference. The optimization enables faster inference speeds and lower costs for Transformers on AWS.

Key takeaways
  • Hugging Face Transformers optimized for AWS Inferentia2
  • Faster inference speeds and lower costs on Inferentia2-based instances
  • Partnership aims to improve performance and reduce costs for Transformers on AWS
researchApr 14

Graph Classification with Transformers

The Hugging Face blog post explores using transformers for graph classification tasks. Transformers can be applied to graph-structured data by converting graphs into textual representations. This approach enables leveraging pre-trained transformer models for graph classification.

Key takeaways
  • Transformers can be used for graph classification by converting graphs to text.
  • Pre-trained transformer models can be leveraged for graph classification tasks.
  • Graph classification with transformers is an emerging area of research.
modelsFeb 6

Accelerating PyTorch Transformers with Intel Sapphire Rapids - part 2

Intel and Hugging Face collaborated to optimize PyTorch transformer inference on Intel Sapphire Rapids processors. The work resulted in up to 2x faster inference performance for certain transformer models. You can reproduce the results and apply similar optimizations to your own models using the provided code and benchmarks.

Key takeaways
  • Up to 2x faster inference on Sapphire Rapids processors.
  • Optimizations available for PyTorch transformers.
  • Code and benchmarks provided for reproducibility.
modelsJan 16

Image Similarity with Hugging Face Datasets and Transformers

Hugging Face provides pre-trained models and datasets for image similarity tasks using Transformers. You can leverage these resources to build applications that understand visual relationships between images. The approach enables you to fine-tune models for specific use cases. This can help improve performance on image classification and object detection tasks.

Key takeaways
  • Hugging Face offers pre-trained models for image similarity.
  • Transformers library supports fine-tuning for specific use cases.
  • Image similarity tasks can improve image classification and object detection.
modelsJan 2

Accelerating PyTorch Transformers with Intel Sapphire Rapids - part 1

Intel and Hugging Face collaborated to optimize PyTorch transformer performance on Intel Sapphire Rapids CPUs. The work resulted in significant speedups for transformer inference, making it more efficient for builders to deploy AI models. This optimization enables faster and more cost-effective model serving. You can leverage these improvements in your own applications.

Key takeaways
  • PyTorch transformer inference sped up on Intel Sapphire Rapids.
  • Optimization achieved through Intel and Hugging Face collaboration.
  • Faster inference enables more efficient model deployment.
modelsDec 9

From GPT2 to Stable Diffusion: Hugging Face arrives to the Elixir community

Hugging Face has expanded its model hub to support Elixir, introducing the Bumblebee library for accessing transformer models like Stable Diffusion and GPT2 from Elixir applications. This move brings popular AI models to a new community of developers. You can now integrate these models into your Elixir projects using the Bumblebee API.

Key takeaways
  • Hugging Face supports Elixir with the Bumblebee library.
  • Bumblebee provides access to transformer models like Stable Diffusion and GPT2.
  • Elixir developers can now integrate AI models into their projects.
toolsDec 1

Probabilistic Time Series Forecasting with 🤗 Transformers

Hugging Face released a probabilistic time series forecasting library using Transformers, enabling builders to generate uncertainty estimates for time series predictions. This library allows for more accurate and reliable forecasting by providing a range of possible outcomes. You can integrate it into your applications for better decision-making. The library is open-source and available for use.

Key takeaways
  • Enables probabilistic time series forecasting with Transformers.
  • Provides uncertainty estimates for more accurate predictions.
  • Open-source library available for integration.

Generating Human-level Text with Contrastive Search in Transformers 🤗

Researchers at Hugging Face introduced Contrastive Search, a decoding algorithm that generates human-level text with Transformers. The method uses a combination of likelihood and semantic similarity to select the next token in a sequence. This approach improves text generation quality, reducing repetition and increasing coherence. You can explore the implementation in Hugging Face's Transformers library.

Key takeaways
  • Contrastive Search uses likelihood and semantic similarity for decoding.
  • Reduces repetition and increases coherence in generated text.
  • Implementation available in Hugging Face's Transformers library.
modelsNov 3

Fine-Tune Whisper For Multilingual ASR with 🤗 Transformers

You can fine-tune Whisper for multilingual automatic speech recognition (ASR) using the Hugging Face Transformers library. This approach enables adapting the model to specific languages or dialects. Fine-tuning Whisper can improve transcription accuracy for under-resourced languages. Builders can leverage this method to create customized ASR solutions.

Key takeaways
  • Fine-tune Whisper with Hugging Face Transformers for multilingual ASR.
  • Improves transcription accuracy for under-resourced languages.
  • Enables customized ASR solutions for specific languages or dialects.
modelsAug 22

Pre-Train BERT with Hugging Face Transformers and Habana Gaudi

You can pre-train BERT using Hugging Face Transformers and Habana Gaudi, a hardware accelerator designed for large-scale deep learning workloads. This combination enables efficient and scalable pre-training of BERT models. Builders can leverage this setup for their own pre-training tasks. The integration supports large-scale model training.

Key takeaways
  • Hugging Face Transformers supports pre-training BERT on Habana Gaudi.
  • Gaudi is a hardware accelerator for large-scale deep learning.
  • This integration enables efficient pre-training of BERT models.
modelsAug 17

A Gentle Introduction to 8-bit Matrix Multiplication for transformers at scale using transformers, accelerate and bitsandbytes

Hugging Face integrated 8-bit matrix multiplication support via the bitsandbytes library, enabling efficient transformer scaling. This reduces memory usage and speeds up computations. You can now deploy larger models with lower resource requirements. The integration works with the accelerate library for distributed training.

Key takeaways
  • 8-bit matrix multiplication reduces memory usage and speeds up transformer computations.
  • Integration with accelerate enables distributed training of larger models.
  • bitsandbytes library handles the optimized matrix operations.
toolsJun 22

Convert Transformers to ONNX with Hugging Face Optimum

Hugging Face Optimum provides a seamless way to convert transformer models to ONNX format, enabling faster inference and better performance. This conversion allows for optimized deployment on various hardware platforms. You can leverage Optimum's tools to streamline your model's deployment process. The conversion process is designed to be straightforward and efficient.

Key takeaways
  • Hugging Face Optimum supports converting transformers to ONNX.
  • ONNX format enables faster inference and better performance.
  • Conversion process is straightforward and efficient.
modelsMay 26

Graphcore and Hugging Face Launch New Lineup of IPU-Ready Transformers

Graphcore and Hugging Face have collaborated to launch a new lineup of IPU-ready transformers, optimized for Graphcore's Intelligence Processing Units (IPUs). This partnership aims to make it easier for developers to deploy transformer models on Graphcore's hardware. The optimized models are available on Hugging Face's model hub. You can now access and deploy these models for various AI applications.

Key takeaways
  • Graphcore and Hugging Face partnered on IPU-optimized transformers.
  • The optimized models are available on Hugging Face's model hub.
  • Developers can deploy these models on Graphcore's IPUs for AI applications.
toolsMay 10

Accelerated Inference with Optimum and Transformers Pipelines

Hugging Face introduced Optimum, a library for accelerated inference with Transformers. Optimum provides optimized implementations of popular models like BERT and RoBERTa. You can use Optimum to deploy models more efficiently. Optimum supports various hardware platforms.

Key takeaways
  • Optimum library accelerates Transformers inference.
  • Optimized for BERT, RoBERTa, and other popular models.
  • Supports multiple hardware platforms.
modelsApr 26

Getting Started with Transformers on Habana Gaudi

Habana Gaudi is a hardware accelerator designed for efficient transformer computations. The Hugging Face Transformers library now supports Gaudi, enabling users to deploy and optimize transformer models on this hardware. Builders can leverage this integration to accelerate their transformer-based workloads. Gaudi's support is part of Hugging Face's effort to make transformer models more accessible and efficient.

Key takeaways
  • Hugging Face Transformers library supports Habana Gaudi.
  • Gaudi is designed for efficient transformer computations.
  • Integration enables optimization of transformer models on Gaudi hardware.
modelsMar 28

Introducing Decision Transformers on Hugging Face 🤗

Hugging Face has introduced Decision Transformers, a new library for decision-making tasks. This library enables builders to implement transformer-based models for complex decision-making scenarios. Decision Transformers can be used for tasks such as reinforcement learning and planning. You can access the library on the Hugging Face platform.

Key takeaways
  • Decision Transformers library is now available on Hugging Face.
  • Enables transformer-based models for decision-making tasks.
  • Supports reinforcement learning and planning applications.