Leogrin commited on
Commit
2bcfbd6
·
verified ·
1 Parent(s): 46c9270

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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 data points and for >100k data points and <200 features.
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