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-weight model · Tabular classification
ShopSphere-AICV-TabTransformer-v2
by Mihir Bhavigadda Mihirrish/ShopSphere-AICV-TabTransformer-v2
Custom TabTransformer-style PyTorch model for churn prediction, trained on a synthetic ShopSphere e-commerce dataset for an academic Data-Driven Marketing Analytics project. covering Historical / Update / Post-Update periods.
Model Card
Custom TabTransformer-style PyTorch model for churn prediction, trained on a synthetic ShopSphere e-commerce dataset for an academic Data-Driven Marketing Analytics project. covering Historical / Update / Post-Update periods. Selected on the validation set by maximizing expected net value under the assumption that a missed churner costs 25x more than an unnecessary retention outreach (₹5,000 lost value vs. ₹200 intervention cost) — not by F1. The dataset is synthetic and does not represent real ShopSphere customers. Results, including the baseline comparison, should not be interpreted as causal evidence that the platform algorithm update caused churn, and the hyperparameter search covered a…
Excerpt from the card by Mihir Bhavigadda.
Configuration
- Model type
- shopsphere_aicv_tabtransformer
Identity and Version
- Repository
- Mihirrish/ShopSphere-AICV-TabTransformer-v2
- Publisher
- Mihir Bhavigadda
- Task
- Tabular classification
- Modality
- Tabular
- Library
- pytorch
- Parameters
- Not stated by the source
- Languages
- en
- Revision
- eb96c1bb065de3410d318622125d5ac72766966f
- First published
- 2026-09-13
- Last updated
- 2026-09-13
Files and Weights
9 files, 700.6 KB in total. The weights are 2 files totalling 630.3 KB in onnx, pt.
Every file
| File | Type | Size | SHA-256 |
|---|---|---|---|
| model.pt | Weights | 291.2 KB | d5b87aabe524 |
| shopsphere_tabtransformer2.onnx | Weights | 339.1 KB | 1e172f5523fa |
| category_maps.json | Configuration | 417 B | — |
| config.json | Configuration | 1.0 KB | — |
| metrics.json | Configuration | 948 B | — |
| README.md | Documentation | 1.6 KB | — |
| index.html | Other | 62.9 KB | — |
| numeric_scaler.joblib | Other | 1.9 KB | e551e97ef265 |
| .gitattributes | Repository | 1.5 KB | — |
License and Download
- License
- Not stated by the source
- Access
- Open weights, no gate
- Download size
- 630.3 KB
Released by Mihir Bhavigadda through its official repository on Hugging Face.
Memory Requirements
| Precision | Weights in memory |
|---|---|
| As published | 630.3 KB |
Weights only, from the published parameter count; the key-value cache and runtime add to this.
Similar Models
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…
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…
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.…
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…
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…
