From e2e539f89ea1b2530f561a0e03b1e1fde435a49d Mon Sep 17 00:00:00 2001 From: GitHub Contributor Bot Date: Sat, 11 Jul 2026 20:21:40 +0530 Subject: [PATCH] fix: Add a README note about the TabFM technical report status --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fcffd5..1af3a5d 100644 --- a/README.md +++ b/README.md @@ -150,12 +150,16 @@ python examples/classification_example.py --- -## Evaluation Results +## Technical Report -Our model evaluation results can be found in [results/](results/). +A standalone technical report or paper for TabFM is not included in this repository at this time. We plan to update this section with a link if a report describing the model architecture, training pipeline, datasets, and evaluation methodology becomes available. --- +## Evaluation Results + +Our model evaluation results can be found in [results/](results/). + ## Running Tests You can run the unit tests directly using Python's `unittest` module: