Add v3 OOD checkpoints + README rows

#2
Prior Labs org

Adds tabpfn-v3-{classifier,regressor}-v3_ood.ckpt.

Built from the v3 release defaults (identical state_dict) with only PREPROCESS_TRANSFORMS swapped to OOD-robust recipes:

  • classifier: squashing_scaler_max10 + none (200 features)
  • regressor: quantile_uni_extrapolate + squashing_scaler_max10 (500 features)

All other inference_config fields inherited from the defaults unchanged. The regressor depends on the quantile_uni_extrapolate preset added in PriorLabs/TabPFN#971 (merged); a TabPFN release that contains that merge is required to load it.

README addition: two rows in the specialized-checkpoints table. (Replaces #1, which accidentally reverted recent README edits.)

Leogrin changed pull request status to merged
Leogrin deleted the refs/pr/2 ref

Sign up or log in to comment