Skip to content

Fix #27: Align PyTorch TabFM max_classes default with checkpoint config#50

Open
Paramveersingh-S wants to merge 1 commit into
google-research:mainfrom
Paramveersingh-S:fix-27
Open

Fix #27: Align PyTorch TabFM max_classes default with checkpoint config#50
Paramveersingh-S wants to merge 1 commit into
google-research:mainfrom
Paramveersingh-S:fix-27

Conversation

@Paramveersingh-S

Copy link
Copy Markdown

Resolves #27.

Description:
The max_classes configuration for tabfm_v1_0_0 is correctly defined as 10 across the codebase (e.g., in the JAX model and the model checkpoints). However, the default constructor arguments for the PyTorch TabFM class were mistakenly set to max_classes=3.

This PR updates the default PyTorch max_classes initialization parameter to 10 so that it seamlessly aligns with the JAX implementation and the pre-trained HuggingFace checkpoint settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Max Classes

1 participant