CoolFace
Apppublic

Mike0021/tabfm-small-data-champion

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
README.md22 linesDownload Raw Back to root
1---2title: TabFM Small Data Champion3emoji: ๐Ÿ†4colorFrom: yellow5colorTo: red6sdk: gradio7sdk_version: 6.19.08app_file: app.py9short_description: TabFM vs classic ML on tiny tables10startup_duration_timeout: 1h11---12 13# TabFM Small Data Champion14 15Custom `gr.Server` benchmark arena comparing `google/tabfm-1.0.0-pytorch`16against XGBoost, LightGBM, Random Forest, and a linear baseline on small17tabular datasets.18 19The app pre-computes benchmark rows at startup, serves a custom dark frontend,20and exposes Gradio API endpoints for benchmark results, dataset metadata, model21metadata, and a single live benchmark run.22