Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down