The main file of interest is finetuning.ipynb.
-
Download baseline weights
Downloadtabicl-classifier-v1.1-0506.ckptfrom Hugging Face and save it in the parent folder of this repository. -
Set up the Python environment
pip install uv uv sync pip install ipykernel python -m ipykernel install --user --name=tabicl --display-name "TabICL"