Instructions to use Prior-Labs/TabPFN-v2-clf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TabPFN
How to use Prior-Labs/TabPFN-v2-clf with TabPFN:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Consolidate finetuned-* checkpoints to base
#5
by noahho - opened
This PR consolidates the tabpfn-v2-classifier-finetuned-*.ckpt files in this repo so they are content-identical to their corresponding base checkpoints (e.g. …finetuned-gn2p4bpt-xp6f0iqb.ckpt is now identical to …gn2p4bpt.ckpt). Filenames are retained as aliases so user code that pins to them continues to resolve.
README updated to document the alias pattern.
noahho changed pull request status to open
noahho changed pull request status to merged