Restore main README updates (arxiv link + full citation)
Browse filesMy initial PR commit was built on a stale local copy of README.md and overwrote two updates that had landed on main since I cached it:
- Model Report link changed from the GCS PDF to arxiv.org/pdf/2605.13986
- Citation block replaced placeholder TabPFN3 entry with the full grinsztajn2026tabpfn3technicalreport @misc entry (full author list, eprint).
This commit rebuilds README.md from current main and re-applies the two OOD-checkpoint rows. The two .ckpt files in this PR are unchanged.
README.md
CHANGED
|
@@ -26,7 +26,7 @@ tags:
|
|
| 26 |
### Model Overview
|
| 27 |
TabPFN-3 is a transformer-based foundation model that uses in-context-learning to solve tabular prediction problems in a forward pass.
|
| 28 |
Inference code can be found at [https://github.com/PriorLabs/TabPFN](https://github.com/PriorLabs/TabPFN).
|
| 29 |
-
More details can be found in the [Model Report](https://
|
| 30 |
|
| 31 |
### Getting started
|
| 32 |
First, install the inference package:
|
|
@@ -117,10 +117,12 @@ v1.0: initial release.
|
|
| 117 |
|
| 118 |
### Citation
|
| 119 |
```
|
| 120 |
-
@misc{
|
| 121 |
-
title={TabPFN-3},
|
| 122 |
-
author={
|
| 123 |
year={2026},
|
| 124 |
-
|
|
|
|
|
|
|
| 125 |
}
|
| 126 |
```
|
|
|
|
| 26 |
### Model Overview
|
| 27 |
TabPFN-3 is a transformer-based foundation model that uses in-context-learning to solve tabular prediction problems in a forward pass.
|
| 28 |
Inference code can be found at [https://github.com/PriorLabs/TabPFN](https://github.com/PriorLabs/TabPFN).
|
| 29 |
+
More details can be found in the [Model Report](https://arxiv.org/pdf/2605.13986).
|
| 30 |
|
| 31 |
### Getting started
|
| 32 |
First, install the inference package:
|
|
|
|
| 117 |
|
| 118 |
### Citation
|
| 119 |
```
|
| 120 |
+
@misc{grinsztajn2026tabpfn3technicalreport,
|
| 121 |
+
title={TabPFN-3: Technical Report},
|
| 122 |
+
author={Léo Grinsztajn and Klemens Flöge and Oscar Key and Felix Birkel and Philipp Jund and Brendan Roof and Mihir Manium and Shi Bin and Hoo and Magnus Bühler and Anurag Garg and Dominik Safaric and Jake Robertson and Benjamin Jäger and Simone Alessi and Adrian Hayler and Vladyslav Moroshan and Lennart Purucker and Philipp Singer and Alan Arazi and Julien Siems and Jan Hendrik Metzen and Georg Grab and Nick Erickson and Siyuan Guo and Eliott Kalfon and Simon Bing and David Salinas and Clara Cornu and Lilly Charlotte Wehrhahn and Diana Kriuchkova and Kursat Kaya and Lydia Sidhoum and Marie Salmon and Jerry Chen and Madelon Hulsebos and Yann LeCun and Samuel Müller and Bernhard Schölkopf and Sauraj Gambhir and Noah Hollmann and Frank Hutter},
|
| 123 |
year={2026},
|
| 124 |
+
eprint={2605.13986},
|
| 125 |
+
archivePrefix={arXiv},
|
| 126 |
+
url={https://arxiv.org/abs/2605.13986},
|
| 127 |
}
|
| 128 |
```
|