kashif HF Staff commited on
Commit
0df075f
·
verified ·
1 Parent(s): 2eb595c

remove em-dashes

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,7 +17,7 @@ tags:
17
 
18
  TabFM is a zero-shot tabular foundation model from Google Research. It supports
19
  classification and regression on structured/tabular data with mixed numerical and
20
- categorical columns, requiring no fine-tuning or hyperparameter search training
21
  examples are passed as context and predictions are made in a single forward pass.
22
 
23
  This repository contains the **PyTorch** weights. For the JAX/Flax weights see
@@ -125,8 +125,8 @@ tasks.
125
  ## Performance
126
 
127
  TabFM was evaluated on [TabArena](https://tabarena.ai) across 51 datasets
128
- (38 classification, 13 regression). In zero-shot mode a single forward pass with no
129
- hyperparameter search TabFM outperforms heavily-tuned supervised baselines including
130
  gradient-boosted trees. The `TabFMClassifier.ensemble()` preset (feature crosses,
131
  SVD features, NNLS blending) yields further improvements.
132
 
@@ -150,7 +150,7 @@ deploying in high-stakes settings.
150
  ## License
151
 
152
  The model weights in this repository are released under the
153
- **TabFM Non-Commercial License v1.0** see [LICENSE](LICENSE). The source code is
154
  Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
155
 
156
  ## Version
 
17
 
18
  TabFM is a zero-shot tabular foundation model from Google Research. It supports
19
  classification and regression on structured/tabular data with mixed numerical and
20
+ categorical columns, requiring no fine-tuning or hyperparameter search - training
21
  examples are passed as context and predictions are made in a single forward pass.
22
 
23
  This repository contains the **PyTorch** weights. For the JAX/Flax weights see
 
125
  ## Performance
126
 
127
  TabFM was evaluated on [TabArena](https://tabarena.ai) across 51 datasets
128
+ (38 classification, 13 regression). In zero-shot mode - a single forward pass with no
129
+ hyperparameter search - TabFM outperforms heavily-tuned supervised baselines including
130
  gradient-boosted trees. The `TabFMClassifier.ensemble()` preset (feature crosses,
131
  SVD features, NNLS blending) yields further improvements.
132
 
 
150
  ## License
151
 
152
  The model weights in this repository are released under the
153
+ **TabFM Non-Commercial License v1.0** - see [LICENSE](LICENSE). The source code is
154
  Apache 2.0 licensed via [google-research/tabfm](https://github.com/google-research/tabfm).
155
 
156
  ## Version