Google DeepMind Releases TabFM for Tabular Data
A new foundation model brings zero-shot, in-context learning to classification and regression on structured tables.
Google DeepMind has published TabFM 1.0.0, a foundation model built for structured, tabular data rather than text or images. The PyTorch release targets two of the most common problems in applied machine learning: classification and regression over rows and columns.
What sets TabFM apart is its approach. Instead of training a fresh model for each dataset, it performs zero-shot, in-context prediction — you supply examples at inference time and the model infers patterns without a dedicated training run. That mirrors the in-context learning that made large language models flexible, applied here to spreadsheets and databases.
Why it matters
Tabular data underpins a huge share of real-world machine learning, from fraud detection to demand forecasting, yet it has largely resisted the foundation-model wave that reshaped language and vision. Practitioners still lean on gradient-boosted trees and bespoke pipelines. A capable general-purpose tabular model could shorten that workflow considerably.
- Handles both classification and regression tasks
- Works in a zero-shot, in-context setting with no per-dataset training
- Distributed as a PyTorch checkpoint on Hugging Face
This is an initial 1.0.0 release, and the record does not specify parameter counts, context limits, or benchmark results. Teams evaluating it will want to check the licensing terms, listed as "other," against their intended use before deploying it in production settings.
Sources
- Visit
google/tabfm-1.0.0-pytorch
Hugging Face
More in Any-to-Any

Thinking Machines Debuts Inkling Small, a Compact Multimodal MoE
The Apache-2.0 model brings mixture-of-experts efficiency to image, audio, and text tasks in a smaller footprint.

KRAFTON releases A.X-K2 Raon speech MoE model
The game maker's new open model blends text-to-speech and speech recognition in a single 21B mixture-of-experts system with just 3B active parameters.

Microsoft's Mage-VL Streams Video Natively
A codec-native multimodal foundation model aims to understand live video and vision-language input in real time.
0 comments
No comments yet. Be the first to weigh in.