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: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ For a complete list of pinned dependencies and versions, please see [requirement

We provide pre-trained weights for the **TabFM v1.0.0** release. The library handles downloading and loading these weights automatically. You can choose to load the model using either the JAX or PyTorch backend.

> [!IMPORTANT]
> **Licensing:** the code in this repository is licensed under
> [Apache-2.0](LICENSE), but the pre-trained weights that the Quick Start
> downloads from Hugging Face are licensed separately under
> [`tabfm-non-commercial-v1.0`](https://huggingface.co/google/tabfm-1.0.0-pytorch),
> which does **not** permit commercial or production use. Running the examples
> below with the default weights is therefore restricted to non-commercial use.

### 1. Classification Example

```python
Expand Down