SAVRN
Search Contact SAVRN

Open-weight model · Tabular classification

EXAONE-Tabular

by LG AI Research LG-AI-Research/EXAONE-Tabular

EXAONE Tabular is a transformer-based foundation model for tabular data that solves classification and regression through in-context learning: you pass the labeled rows to fit and the model predicts new rows in a single forward pass — no gradient updates and…

Parameters
Context
Weights925.9 MB
Licenseother
AccessOpen weights
Monthly Downloads72.7k

Model Card

EXAONE Tabular is a transformer-based foundation model for tabular data that solves classification and regression through in-context learning: you pass the labeled rows to fit and the model predicts new rows in a single forward pass — no gradient updates and no per-dataset training. This repository is the exaonetabular inference runtime — a self-contained package that loads a released checkpoint and serves predictions through a small, scikit-learn-style API. The code here is permissively licensed; the released weights are non-commercial — see Both checkpoints are released: EXAONETabularClassifier and EXAONETabularRegressor each fetch their own weights with a single frompretrained() call.…

Excerpt from the card by LG AI Research, licensed other.

Identity and Version

Repository
LG-AI-Research/EXAONE-Tabular
Publisher
LG AI Research
Task
Tabular classification
Modality
Tabular
Library
Not stated by the source
Parameters
Not stated by the source
Languages
Not stated by the source
Revision
093ad1c2613e1e95d26df8610451d2e02ed53cbe
First published
2026-07-31
Last updated
2026-08-27

Files and Weights

23 files, 928.3 MB in total. The weights are 11 files totalling 925.9 MB in safetensors.

Weights11 files · 925.9 MB
Configuration1 file · 36 B
Documentation3 files · 80.4 KB
Other7 files · 2.4 MB
Repository1 file · 1.6 KB
Every file
FileTypeSizeSHA-256
exaone-tabular-classifier-v1_6d8a2bd54580.safetensorsWeights83.3 MB 6d8a2bd54580
exaone-tabular-classifier-v1_78a8263a9b8d.safetensorsWeights83.3 MB 78a8263a9b8d
exaone-tabular-classifier-v1_default.safetensorsWeights83.3 MB 2aa723e024e5
exaone-tabular-regressor-v1_3eedbae97394.safetensorsWeights84.5 MB fc91e81440c7
exaone-tabular-regressor-v1_45f9e04ea0fc.safetensorsWeights84.5 MB 8695d44230cd
exaone-tabular-regressor-v1_511b873f561e.safetensorsWeights84.5 MB d17f7b023087
exaone-tabular-regressor-v1_8bd9bf482585.safetensorsWeights84.5 MB 4b7f476b60b3
exaone-tabular-regressor-v1_aad9e74d4f2e.safetensorsWeights84.5 MB 45ba1c08edd1
exaone-tabular-regressor-v1_ae491112a58e.safetensorsWeights84.5 MB a25c415be93f
exaone-tabular-regressor-v1_d5c5c527ac37.safetensorsWeights84.5 MB d2dae0ee09ff
exaone-tabular-regressor-v1_default.safetensorsWeights84.5 MB 24891e14e649
config.jsonConfiguration36 B
LICENSEDocumentation12.6 KB
Notice.mdDocumentation34.4 KB
README.mdDocumentation33.5 KB
EXAONE_Tabular_v1.0_Technical_Report.pdfOther1.3 MB 27ee093b8d7d
assets/exaone_logo.pngOther12.4 KB
figures/scoringbench_r2_crps_site_style_tikz.svgOther10.4 KB
figures/tabarena_elo_cls.svgOther126.9 KB
figures/tabarena_elo_cls_reg.svgOther261.4 KB
figures/tabarena_elo_reg.svgOther133.0 KB
figures/tabarena_overall_elo_model_parameters.svgOther480.4 KB
.gitattributesRepository1.6 KB

License and Download

License
other
Access
Open weights, no gate
Download size
925.9 MB
Download from LG AI Research

Released by LG AI Research through its official repository on Hugging Face.

Built From

  • Described by arXiv:2608.25774

Memory Requirements

PrecisionWeights in memory
As published925.9 MB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About EXAONE-Tabular

What license is EXAONE-Tabular released under?

other, as its publisher declares it. Read the license text before commercial use.

Similar Models

Model · Tabular classification

Nori-30M

Synthefy

Nori-30M is the ~29.2M-parameter variant of Nori, a tabular foundation model for regression via in-context learning (ICL). Given a few labeled rows as context, it predicts on new query rows in a single forward pass, with no task-specific training or fine-tuning. The model is trained entirely on synthetic data. Mean and median R² across 96 regression tasks from three public benchmark suites, on the same protocol as the base Nori: Stronger than the ~6M base on every suite. Evaluated with the bundled default inference config and the large-GPU protocol (up to 50k context rows per dataset). Paste this into Claude Code, Cursor, or any AI coding assistant and it will wire python from synthefynori…

Open weights apache-2.0 synthefy-nori

Model · Tabular classification

sap-rpt-1-oss

SAP

Go to SAP-RPT Playground ↗ Note: This model and repository were formerly known as ConTextTab. While the code and repository have now been updated in line with the new name sap-rpt-1-oss, the model checkpoint and functionality remain identical. Implementation of the deep learning model with the inference pipeline described in the paper "ConTextTab: A Semantics-Aware Tabular In-Context Learner". Tabular in-context learning (ICL) has recently achieved state-of-the-art (SOTA) performance on several tabular prediction tasks. Previously restricted to classification problems on small tables, recent advances such as TabPFN and TabICL have extended its use to larger datasets. While being…

Access requested at publisher apache-2.0 sap-rpt-1-oss

Model · Tabular classification

Nori

Synthefy

Nori is a tabular foundation model for regression via in-context learning (ICL). Given a few labeled rows as context, it predicts on new query rows in a single forward pass, with no task-specific training or fine-tuning. The model is trained entirely on synthetic data. Mean and median R² of the base model across 96 regression tasks from three public benchmark suites (single H200, up to 50K context rows per dataset): Large-N / long-context tables (common in TabArena) are the current focus of the large-table training stages. These numbers are reproducible end-to-end with one command — see Reproducing these numbers. Paste this into Claude Code, Cursor, or any AI coding assistant and it will…

Open weights apache-2.0 synthefy-nori

Model · Tabular classification

TabPFN-v2-clf

Prior Labs

TabPFN is a transformer-based foundation model for tabular data that leverages prior-data based learning to achieve strong performance on small tabular datasets without requiring task-specific training. For detailed usage examples and best practices, check out: - Python ≥ 3.9 - PyTorch ≥ 2.1 - scikit-learn ≥ 1.0 This repository hosts the production TabPFN-v2 base checkpoints. Files matching the pattern tabpfn-v2-classifier-finetuned-.ckpt are content-identical aliases of the corresponding base checkpoints (e.g. tabpfn-v2-classifier-finetuned-gn2p4bpt-xp6f0iqb.ckpt is identical to tabpfn-v2-classifier-gn2p4bpt.ckpt; tabpfn-v2-classifier-finetuned-zk73skhh.ckpt is identical to…

Open weights other tabpfn

Model · Tabular classification

tabfm-1.0.0-pytorch

Google

TabFM is a zero-shot tabular foundation model from Google Research. It supports classification and regression on structured/tabular data with mixed numerical and categorical columns, requiring no fine-tuning or hyperparameter search - training examples are passed as context and predictions are made in a single forward pass. This repository contains the PyTorch weights. For the JAX/Flax weights see You can also load directly using the HuggingFace Hub API: Developed by the Google Research team. - Tabular data with numerical and/or categorical columns - Binary and multiclass classification (up to 10 classes) TabFM uses alternating row and column attention to capture both feature interactions…

Open weights other tabfm

Model · Tabular classification

tabpfn_3

Prior Labs

TabPFN-3 is a transformer-based foundation model that uses in-context-learning to solve tabular prediction problems in a forward pass. Inference code can be found at https://github.com/PriorLabs/TabPFN. More details can be found in the Model Report. Fitting a classifier and predicting looks like this: For more examples (e.g. how to train a regressor), see the github repo: https://github.com/PriorLabs/tabPFN! TabPFN-3 ships with default classification and regression checkpoints, plus a few experimental specialized variants. We recommend starting with the defaults — the variants can be useful in ensembling or HPO setups, or tried manually in the regime they were trained for. Their name…

Open weights other