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