Add v3 OOD checkpoints + README rows

#2
README.md CHANGED
@@ -65,6 +65,8 @@ The following specialized checkpoints are available:
65
  | [`tabpfn-v3-classifier-v3_20260417_multiclass.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-classifier-v3_20260417_multiclass.ckpt) | Classification | Specialized for multiclass classification for datasets with <200k rows |
66
  | [`tabpfn-v3-regressor-v3_20260417_mediumdata.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_20260417_mediumdata.ckpt) | Regression | Specialized for regression for datasets with <100k rows and with alternative preprocessing |
67
  | [`tabpfn-v3-regressor-v3_20260506_timeseries.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_20260506_timeseries.ckpt) | Regression / Time-series forecasting | Fine-tuned on synthetic time-series data; used by default in TabPFN-TS-3 |
 
 
68
 
69
  To use one of these checkpoints, pass its filename via `model_path`:
70
 
 
65
  | [`tabpfn-v3-classifier-v3_20260417_multiclass.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-classifier-v3_20260417_multiclass.ckpt) | Classification | Specialized for multiclass classification for datasets with <200k rows |
66
  | [`tabpfn-v3-regressor-v3_20260417_mediumdata.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_20260417_mediumdata.ckpt) | Regression | Specialized for regression for datasets with <100k rows and with alternative preprocessing |
67
  | [`tabpfn-v3-regressor-v3_20260506_timeseries.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_20260506_timeseries.ckpt) | Regression / Time-series forecasting | Fine-tuned on synthetic time-series data; used by default in TabPFN-TS-3 |
68
+ | [`tabpfn-v3-classifier-v3_ood.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-classifier-v3_ood.ckpt) | Classification | Useful when test inputs may fall outside the training distribution and you want the model to extrapolate. See Figure 26 in the [model report](https://arxiv.org/pdf/2605.13986). Bundles OOD-robust preprocessors (`squashing_scaler_max10` + `none`), similar to default otherwise. |
69
+ | [`tabpfn-v3-regressor-v3_ood.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_ood.ckpt) | Regression | Useful when test inputs may fall outside the training distribution and you want the model to extrapolate. See Figure 26 in the [model report](https://arxiv.org/pdf/2605.13986). Bundles OOD-robust preprocessors (`quantile_uni_extrapolate` + `squashing_scaler_max10`), similar to default otherwise. |
70
 
71
  To use one of these checkpoints, pass its filename via `model_path`:
72
 
tabpfn-v3-classifier-v3_ood.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f973d994ece09f9e28e9319d644bcff3cb0bec9c3170e67e14e71f53df92d18b
3
+ size 212815699
tabpfn-v3-regressor-v3_ood.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe1a5aa90cdd7f06e8736a68015b1bb570a413bd302de2d1038364272a8c24d6
3
+ size 233300137