somi-synthefy commited on
Commit
56fc8e6
·
verified ·
1 Parent(s): f399a35

Add config.json (architecture metadata + Hub download-count query file)

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }