Add 20260506 date stamp to OOD ckpt filenames
#3
by Leogrin - opened
README.md
CHANGED
|
@@ -65,8 +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 |
-
| [`tabpfn-v3-classifier-
|
| 69 |
-
| [`tabpfn-v3-regressor-
|
| 70 |
|
| 71 |
To use one of these checkpoints, pass its filename via `model_path`:
|
| 72 |
|
|
|
|
| 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_20260506_ood.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-classifier-v3_20260506_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_20260506_ood.ckpt`](https://huggingface.co/Prior-Labs/tabpfn_3/blob/main/tabpfn-v3-regressor-v3_20260506_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 → tabpfn-v3-classifier-v3_20260506_ood.ckpt
RENAMED
|
File without changes
|
tabpfn-v3-regressor-v3_ood.ckpt → tabpfn-v3-regressor-v3_20260506_ood.ckpt
RENAMED
|
File without changes
|