Update README.md
Browse files
README.md
CHANGED
|
@@ -26,6 +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 |
|
| 30 |
### Getting started
|
| 31 |
First, install the inference package:
|
|
@@ -70,7 +71,7 @@ TabPFN-3 is trained purely on synthetic tabular tasks.
|
|
| 70 |
|
| 71 |
### Performance Benchmarks
|
| 72 |
Evaluated on public benchmarks such as TabArena and TALENT, the model yields SOTA results.
|
| 73 |
-
On proprietary benchmark collections, it yields SOTA results for <100k
|
| 74 |
|
| 75 |
|
| 76 |
### Ethical Considerations
|
|
|
|
| 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://storage.googleapis.com/prior-labs-tabpfn-public/reports/TabPFN_3_model_report.pdf).
|
| 30 |
|
| 31 |
### Getting started
|
| 32 |
First, install the inference package:
|
|
|
|
| 71 |
|
| 72 |
### Performance Benchmarks
|
| 73 |
Evaluated on public benchmarks such as TabArena and TALENT, the model yields SOTA results.
|
| 74 |
+
On proprietary benchmark collections, it yields SOTA results for datasets with <100k rows and datasets with 100k-1M rows and <200 features.
|
| 75 |
|
| 76 |
|
| 77 |
### Ethical Considerations
|