config.json
| 1 | { |
| 2 | "model_type": "features-transformer", |
| 3 | "library_name": "synthefy-tabular", |
| 4 | "pipeline_tag": "tabular-regression", |
| 5 | "checkpoint_file": "synthefy-tabular.pt", |
| 6 | "num_parameters": 5868069, |
| 7 | "embed_dim": 128, |
| 8 | "hid_dim": 384, |
| 9 | "nlayers": 16, |
| 10 | "nhead": 2, |
| 11 | "features_per_group": 2, |
| 12 | "block": "v2-lite (SwiGLU + RMSNorm + pre-norm)", |
| 13 | "regression_head": "999-quantile pinball", |
| 14 | "_comment": "Architecture summary; weights and full training config are inside synthefy-tabular.pt. This file is also the Hub's download-counting query file." |
| 15 | } |
| 16 | |