Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: bsd-3-clause
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: bsd-3-clause
|
3 |
+
pipeline_tag: tabular-classification
|
4 |
+
---
|
5 |
+
|
6 |
+
# TabICL: A Tabular Foundation Model for In-Context Learning on Large Data
|
7 |
+
|
8 |
+
TabICL is an in-context learning classification model designed for tabular data like TabPFN,
|
9 |
+
but is pre-trained on much larger datasets (up to 60K samples) and can handle even larger datasets
|
10 |
+
thanks to its memory-efficient inference code.
|
11 |
+
|
12 |
+
If you use TabICL for research purposes,
|
13 |
+
please cite our **[paper](https://arxiv.org/abs/2502.05564)**.
|