Almanac
← Events
4Hugging Face Blog·1mo ago

Probabilistic Time Series Forecasting with Transformers

This Hugging Face blog post introduces probabilistic time series forecasting using Transformer-based models available in the Hugging Face ecosystem. It covers the application of attention-based architectures to sequential prediction tasks with uncertainty quantification. The post serves as a tutorial and capability demonstration for time series modeling within the Transformers library.

Related guides (2)

Related events (8)

3Hugging Face Blog·1mo ago·source ↗

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

A Hugging Face blog post examines the effectiveness of Transformer architectures for time series forecasting, with a focus on the Autoformer model. The post addresses ongoing debate about whether Transformers are suitable for time series tasks, countering claims that simpler linear models outperform them. It covers the Autoformer architecture's decomposition-based approach and its integration into the Hugging Face ecosystem.

4Hugging Face Blog·1mo ago·source ↗

Patch Time Series Transformer in Hugging Face

Hugging Face has integrated PatchTST, a patch-based Transformer architecture for time series forecasting, into its ecosystem. PatchTST applies the patching concept from vision transformers to time series data, dividing sequences into subseries-level patches as input tokens. The blog post covers usage, fine-tuning, and zero-shot transfer capabilities of the model within the Hugging Face Transformers library.

4Hugging Face Blog·1mo ago·source ↗

Introducing Decision Transformers on Hugging Face

Hugging Face introduces support for Decision Transformers, a framework that casts offline reinforcement learning as a sequence modeling problem using transformer architectures. The blog post covers the conceptual basis of Decision Transformers and their integration into the Hugging Face ecosystem. This represents an early step in bringing RL-based model paradigms into the standard ML tooling stack.

3Hugging Face Blog·1mo ago·source ↗

Multivariate Probabilistic Time Series Forecasting with Informer

A Hugging Face blog post introduces the Informer model for multivariate probabilistic time series forecasting. The post covers the architecture and usage of Informer, which uses a sparse attention mechanism (ProbSparse) to handle long sequences more efficiently than standard Transformers. It demonstrates how to use the model via the Hugging Face Transformers library for forecasting tasks.

3Hugging Face Blog·1mo ago·source ↗

Training a Language Model with Hugging Face Transformers Using TensorFlow and TPUs

This Hugging Face blog post provides a technical walkthrough for training a language model using TensorFlow and Google TPUs via the Transformers library. It covers the practical setup, data pipeline, and training configuration required to leverage TPU hardware with the TF ecosystem. The post serves as a tutorial bridging Hugging Face tooling with TPU-based infrastructure.

3Hugging Face Blog·1mo ago·source ↗

Graph Classification with Transformers

A Hugging Face blog post covering the application of transformer architectures to graph classification tasks. The post likely discusses how attention mechanisms can be adapted for graph-structured data, bridging the gap between standard transformer models and graph machine learning. This represents a methodological intersection of two active research areas in ML.

4Hugging Face Blog·1mo ago·source ↗

PatchTSMixer in HuggingFace

Hugging Face introduces PatchTSMixer, a lightweight MLP-Mixer-based model for multivariate time-series forecasting, now available in the Transformers library. The model is designed for efficient patch-based mixing of temporal and channel information. This integration expands Hugging Face's time-series modeling capabilities alongside the previously added PatchTST model.

3Hugging Face Blog·1mo ago·source ↗

Train your first Decision Transformer

A Hugging Face blog post introducing Decision Transformers as a method for offline reinforcement learning, walking through how to train one using the Hugging Face ecosystem. The post covers the core concept of treating RL as a sequence modeling problem and provides a practical tutorial. It targets practitioners looking to apply transformer architectures to RL tasks.