Audience
Data scientists and analytics teams that need accurate tabular classification and regression without repetitive training, tuning, and feature-engineering work
About TabFM
TabFM is a zero-shot foundation model for tabular data, designed to simplify classification and regression workflows that traditionally require manual model training, hyperparameter tuning, and domain-specific feature engineering. Built specifically for tables, TabFM reframes tabular prediction as an in-context learning problem: instead of fitting a new supervised model to each dataset, it takes historical training examples and target testing rows together as one unified prompt, then interprets relationships between columns and rows at inference time. Because tables are two-dimensional and orderless, TabFM uses a hybrid architecture that combines alternating row and column attention, row compression, and a dedicated Transformer for in-context learning over compressed row embeddings. This design lets the model capture complex feature interactions and dependencies while keeping prediction computationally efficient for larger datasets.